AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
  • Example
Example
HFSQL ClassicHFSQL Client/ServerProcedimientos almacenadosConectores Nativos 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
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

Señalar un error o enviar una sugerencia | Ayuda local