ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 blocks made by other programs.
Example
HNoModif(Facture)
// Traitement
HEndNoModif(Facture)
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: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help