ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / Managing triggers / WLanguage functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 Trigger management.
Remark: By default, trigger management is active.. To speed up your application, we advise you to disable the triggers if they are not used.
Example
// Désactive la gestion des 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: wd300hf.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help