ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Describing a server trigger on the physical files associated with a connection Hide the details
True if the operation was performed,False if a problem occurred. HError is used to identify the error.
Name of the Connection variable that describes the connection to use.
Name of the trigger to create. This name will be used to handle the trigger in the functions for managing the server triggers.
Name of the WLanguage stored procedure that will be run when activating the trigger. This procedure accepts no parameter.
Type of trigger to create: hTriggerBeforeThe stored procedure is run before the HFSQL functionhTriggerAfterThe stored procedure is run after the HFSQL function
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 enabled on all the data files of the database.
Name of one or more HFSQL or TableXXX functions on which the trigger must be implemented. To specify several names of functions, the names of functions must be separated by a comma (","). Triggers can be defined on the following functions: <Source>.Modify, <Source>.Add<Source>.Delete<Source>.Write<Source>.CrossTriggers are also run on INSERT queries (trigger of <Source>.Add), UPDATE queries (trigger of <Source>.Modify) and DELETE queries (trigger of <Source>.Delete).
Triggers of the same type
Trigger on the functions for handling the Table controls
Variables used to manage the triggers
Last update: 09/20/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: