AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL
  • Example: Performing a process according to the status of the record
Example: Performing a process according to the status of the record
WINDEVWEBDEV - Código ServidorReportes y ConsultasCódigo de Usuario (UMC)AjaxHFSQL ClassicHFSQL Client/Server The following example is used to process the records found in the data file according to their status (active, crossed or deleted). i represents the record number.
// if the nth record is active
SWITCH HState(CUSTOMER, i)
CASE hStateActive
// Process the active records
...
CASE hStateCrossed
// Process the crossed records
...
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