AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Gestión de desencadenadores / Funciones WLanguage
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HSetTrigger (Function)
In french: HGèreTrigger
HFSQL ClassicAvailable only with this kind of connection
Enables or disables the management of triggers. For more details, see Managing the triggers.
Remark: The management of triggers is enabled by default. To speed up your application, we advise you to disable the triggers if they are not used.
Example
// Disables the management of triggers
HSetTrigger(False)
Syntax
<Result> = HSetTrigger(<Management>)
<Result>: Boolean
Former management mode of triggers (before the call to HSetTrigger):
  • True if the management of triggers was enabled,
  • False if the management of triggers was disabled.
<Management>: Boolean
  • True if the management of triggers is enabled,
  • False if this management must be disabled.
Business / UI classification: Business Logic
Component: wd290hf.dll
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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