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
<Source>.EndNoModif (Function)
In french: <Source>.FinInterditModif
ODBCNot available with this kind of connection
Unlocks a data file that was locked by the same program with <Source>.NoModif.
Caution: Does not unlock the locks performed by other programs.
Example
Invoice.NoModif()
// Process
Invoice.EndNoModif()
Syntax
<Result> = <Source>.EndNoMotif()
<Result>: Boolean
  • True if no problem occurred,
  • False otherwise. HError returns more details about the problem.
<Source>: Type corresponding to the specified source
Name of the data file used.
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help