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
HReadNextNoLock (Function)
In french: HLitSuivantSansBloquer
HFSQLAvailable only with this kind of connection
Warning
HReadNextNoLock is kept for backward compatibility (this function will still be supported in the forthcoming version).
From version 8, this function was replaced by an improved version of HReadNext. It is recommended to use HReadNext to benefit from the new management of locks in WINDEV.
Below is the documentation of HReadNextNoLock, 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 the next record according to the specified key. If the file is locked, the record read is not locked.
Syntax
HReadNextNoLock(<FileName>,<KeyName>)
  • <FileName> is the name of the file to read
  • <KeyName> 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/21/2020

Send a report | Local help