ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / Managing triggers / WLanguage functions
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
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help