AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Otros
Procedimientos almacenados
Stops tracking a data file on an HFSQL server. This track was started by HWatch.
Ejemplo
// Lance la surveillance du fichier de données Commande
// La procédure TraiteCommande est appelée pour tout ajout d'enregistrement dans le fichier de données
HWatch(Commande, TraiteCommande, hRecNumAll, hsAdd)
...
// Arrête la surveillance du fichier de données Commande
HWatchStop(Commande, TraiteCommande, hRecNumAll)
Sintaxis
<Result> = HWatchStop(<Data file> , <WLanguage procedure> [, <Record number>])
<Result>: Boolean
  • True if the tracking was stopped,
  • False otherwise (tracking not found for example). To get more details on the error, use ErrorInfo.
<Data file>: Optional character string
Name of HFSQL data file to use. The data file is associated with a connection and with a server.
If this parameter is an empty string (""), HWatchStop manipulates the last data file used by the last HFSQL function (function starting with "H").
<WLanguage procedure>: Procedure name
Name of WLanguage procedure not to be called anymore to track the data file.
<Record number>: Optional integer
Number of the record not to track anymore.
If this parameter is not specified or corresponds to the hRecNumAll constant, HWatchStop will stop tracking all the data file records (i.e. the entire data file).
Observaciones
HWatch and HWatchStop can be used in a Windows service.
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd290hf.dll
Versión mínima requerida
  • Versión 22
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 22/03/2024

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