ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / WLanguage variables
  • Using H.NumRec
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
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.
  • the queries on the 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: wd290hf.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/07/2023

Send a report | Local help