Help

Table Of Contents
Script triggers reference
F
ILEMAKER PRO HELP 1184
When the script runs
Before the event has been processed.
Modes in which the trigger can be used
Browse, Find, and Preview 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
Notes
See Changing object data without activating script triggers for a list of actions that do not activate
this script trigger.
Related topics
Setting up script triggers
Setting script triggers for layouts
Setting script triggers for objects
OnViewChange
Triggers a script to run after you switch views (Form, List, Table) manually or in a script step.
When the script runs
After the event has been processed.
Modes in which the trigger can be used
Browse, Find, and Preview modes.
Result
None.
Originated in
FileMaker Pro 11.0
Notes
This script trigger will not activate when a window is opened, unless another action after the window
is opened causes the view to change.
Related topics
Setting up script triggers