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
HReadSeekLock (Function)
In french: HLitRechercheBloque
HFSQLAvailable only with this kind of connection
Warning
HReadSeekLock is kept for backward compatibility (this function will still be supported in the forthcoming version).
From version 8, this function was replaced by HReadSeekFirst and HReadSeekLast. These functions are used to easily manage the exact-match searches, the generic searches and the searches in filters, ...
To benefit from the new features linked to searches in WINDEV, use HReadSeekFirst and HReadSeekLast. These functions allow you to perform an exact-match search by default.
Below is the documentation of HReadSeekLock, available in WINDEV 5.5.
Windows 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 first record whose value for the specified key is greater than or equal to the value of the search criterion.
Syntax
HReadSeekLock(<LogicalFileName>, <NameKeyItem>, <SoughtValue>)
  • <LogicalFileName> is the name of the file to read
  • <NameKeyItem> is the name of the key
  • <SoughtValue> is the value of the key to find
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