ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
  • Example 1: Positioning in a data file
  • Example 2: Positioning in a filtered selection
HSetPosition (Example)
Example 1: Positioning in a data file
WINDEVWEBDEV - Server codeReports and QueriesUser code (UMC)AjaxHFSQL ClassicHFSQL Client/ServerStored proceduresHyper File 5.5OLE DBNative Connectors (Native Accesses) The following example is used to position at 50% of Customer file, on the NAME key.
HSetPosition(CUSTOMER, NAME, 500)
Example 2: Positioning in a filtered selection
WINDEVWEBDEV - Server codeReports and QueriesUser code (UMC)AjaxHFSQL ClassicHFSQL Client/ServerStored proceduresHyper File 5.5OLE DBNative Connectors (Native Accesses) The following example is used to position at 75% of the filtered selection.
HFilter(CUSTOMER, NAME, "Doe", "Martin")
HSetPosition(CUSTOMER, NAME, 750)
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help