The ObjectResetTriggers attribute function resets all internal values for checking the need of execution of one distinct trigger or all triggers of the object definition. With the next rule check or by calling the attribute function ObjectCheckTriggers the function, which is defined in the trigger will be called again.
Syntax | ||||
ObjectResetTriggers([TriggerName As String]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Optional |
TriggerName |
String |
ByVal |
The name of the trigger to reset. If the parameter is omitted, all triggers are resetted. |