ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HEndNoModif (Function)
In french: HFinInterditModif
ODBCNot available with this kind of connection
Unlocks a data file that was locked by the same program with HNoModif.
Caution: Does not unlock the locks performed by other programs.
Example
HNoModif(Invoice)
// Process
HEndNoModif(Invoice)
Syntax
<Result> = HEndNoModif(<Data file>)
<Result>: Boolean
  • True if no problem occurred,
  • False otherwise. HError returns more details about the problem.
<Data file>: Character string
Name of the data file used.
Component: wd290hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help