AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
  • Example: Store the current record number
Example: Store the current record number
HFSQL ClassicHFSQL Client/Server The following example is used to read the first record found in CUSTOMER file and to store the corresponding record number.
RecNum is int
HReadFirst(CUSTOMER, CUSTOMERID)
// Store the number for the first record
RecNum = HRecNum()
// Process
...
// Re-read the first record previously read
HRead(CUSTOMER, RecNum)
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