ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL functions
  • Example
Example
WINDEVJavaUser code (UMC)HFSQL ClassicHFSQL Client/ServerStored proceduresHyper File 5.5OLE DBODBCNative Connectors (Native Accesses) This example is used to find the customers whose gross sales is greater than the value X (entered in a window for example). The AddCustomerList procedure is used to display the corresponding customer list in a List Box control.
// Find the customers whose turnover is greater than X
HReadSeekFirst(CUSTOMER, Turnover, X)
WHILE HOut(CUSTOMER) = False
AddCustomerList()
HReadNext(CUSTOMER, GrossSales)
END
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