ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / WLanguage variables
  • Using H.NumRec
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
H.NumRec (Variable)
In french: H.NumEnr
ODBCNot available with this kind of connection
Contains the number of the physical record loaded in memory (which means the number of the last record read).
This variable is updated each time a reading function is used (HReadFirst, HReadNext, HRead, etc.)
Remarks

Using H.NumRec

The H.NumRec variable can be used on:
  • the HFSQL data files.
  • the HFSQL views.
  • queries on HFSQL data files.
In these last two cases, the H.NumRec variable corresponds to the record number of the data file associated with the view or with the query.
On the xBase files, the H.NumRec variable is always equal to 0.
Component: wd300hf.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/06/2024

Send a report | Local help