ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Attention : This is version 26 of this documentation page. This feature may have been changed or removed in a higher version.
Help / WLanguage / Managing databases / HFSQL functions / Compatible Hyper File functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
HReadLastLock (Function)
In french: HLitDernierBloque
HFSQLAvailable only with this kind of connection
Warning
HReadLastLock is kept for backward compatibility (this function will still be supported in the forthcoming version).
In version 8, this function was replaced by an improved version of HReadLast. It is recommended to use HReadLast to benefit from the new management of locks in WINDEV.
Below is the documentation of HReadLastLock, available in WINDEV 5.5.
WINDEV Mobile This function can be used with HFSQL Client/Server data files or with data files handled by Native Accesses. This function is not available for HFSQL Mobile.
 
Purpose
Reading and locking the last file record according to the key passed in parameter.
Syntax
HReadLastLock(<LogicalFileName>,<NameKeyItem>)
  • <LogicalFileName> is the name of the file to read.
  • <NameKeyItem> is the name of the key according to which the file must be read.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/22/2020

Send a report | Local help