TriggersReset
Sets global variables to indicate that script triggers should be allowed to run, regardless of any persisting instructions to the contrary from any script.
Average rating: 4.1 (44 votes) Log in to vote
Jeremy Bante https://github.com/jbante/ |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
TriggersReset sets global variables to indicate that script triggers hould be allowed to run, regardless of any persisting instructions to the contrary from any script. This may be useful to recover from a situation where a script forgot to call TriggersEnable at the end of operation. In order to be suppressed, a script called via trigger should use the TriggersAreActive function to decide whether or not to run.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.