Help

Table Of Contents
Script triggers reference
F
ILEMAKER PRO HELP 1182
Related topics
Setting up script triggers
Setting script triggers for layouts
Setting script triggers for objects
OnLayoutExit
Triggers a script to run before a layout is exited.
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 11.0
Notes
This script trigger can be activated when the window is closed.
Related topics
Setting up script triggers
Setting script triggers for layouts
Setting script triggers for objects
OnLayoutSizeChange
Triggers a script to run after a layout or window has changed size as a result of the following:
in FileMaker Go: rotating the iOS device, hiding or showing the status toolbar, or when a
window is first opened
in FileMaker Pro and FileMaker WebDirect: changing the size of a layout or window by user
interaction, by script step, by hiding or showing the status toolbar or formatting bar via menu
command, shortcut, or script step, or when a window is first opened
When the script runs
After the event has been processed.
Modes in which the trigger can be used
Browse and Find modes.