Help

Table Of Contents
Script triggers reference
F
ILEMAKER PRO HELP 1176
Result
You can use the Exit Script script step within the triggered script to return True or False.
True: The event that triggered the script proceeds.
False: The event that triggered the script is canceled, but the object is saved and the field
that was active before the event that triggered the script remains active.
Originated in
FileMaker Pro 10.0
Notes
This script trigger activates only when the selected field data has been changed.
See Changing object data without activating script triggers for a list of actions that do not
trigger a script.
Related topics
Setting up script triggers
Setting script triggers for layouts
Setting script triggers for objects
OnObjectExit
Triggers a script to run before an active object is exited as a result of the following:
a user tabs away from an object
a user clicks a different object
a script step attempts to make a different object be the active object
a user requests a dialog box that would normally cause the field to be exited
a user attempts to move between rows in a portal object
a user attempts to move between repetitions in a repeating field
When the script runs
Before the event has been processed.
Modes in which the trigger can be used
Browse and Find modes.
Result
You can use the Exit Script script step within the triggered script to return True or False.
True: The event that triggered the script proceeds.
False: The event that triggered the script is canceled.
Originated in
FileMaker Pro 10.0