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
HDeactivateServerTrigger (Function)
In french: HDésactiveTriggerServeur
HFSQL Client/ServerAvailable only with this kind of connection
Disables an HFSQL Client/Server server trigger on a server. This trigger is disabled for all the clients of this server. This trigger can be re-enabled by HActivateServerTrigger.
Remark: The functions for handling the server triggers are advanced functions. The server triggers can be created directly in the data model editor. For more details, see Server triggers.
Syntax

Disabling a server trigger on logical HFSQL files Hide the details

HDeactivateServerTrigger(<Trigger> , <Logical HFSQL Client/Server files>)
<Trigger>: Character string
Name of the trigger to disable. This name was defined with HDescribeServerTrigger.
<Logical HFSQL Client/Server files>: Character string
Logical name of one or more HFSQL Client/Server data files.
To specify several names, the names of the data files must be separated by a comma (",").

Disabling a server trigger on the physical HFSQL files of a server Hide the details

<Result> = HDeactivateServerTrigger(<Connection> , <Trigger> [, <Physical HFSQL Client/Server files>])
<Result>: Boolean
  • True if the operation was performed,
  • False if a problem occurs. HError is used to identify the error.
<Connection>: Character string or Connection variable
Connection to the HFSQL server. This connection corresponds to:
<Trigger>: Character string
Name of the trigger to disable. This name was defined with HDescribeServerTrigger.
<Physical HFSQL Client/Server files>: Optional character string
Physical name of one or more HFSQL Client/Server data files associated with the connection ("CUSTOMER.FIC" for example).
To specify several names, the names of the data files must be separated by a comma (",").
If this parameter is not specified or if it corresponds to an empty string (""), the trigger will be disabled on all the data files of the databases.
Component: wd290hf.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/07/2023

Send a report | Local help