Help

Table Of Contents
FILEMAKER PRO HELP 965
To give you more control over a user's actions when a script pauses, FileMaker Pro makes some
menu commands unavailable to users. You can define buttons to let users perform actions not
available on the menus.
Note A Pause/Resume Script step unfreezes a Freeze Window script step.
Example 1
Goes to the Print Invoices layout and pauses. The user can click a Continue button on the status
toolbar or the layout to print the records.
Go to Layout ["Print Invoices"]
Pause/Resume Script [Indefinitely]
Print [Restore: Printer]
Go to Layout [original layout]
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
About formulas
Exit Script
Purpose
Forces the running script, sub-script, or external script to stop immediately. If used in a sub-script,
returns to the main script with or without an optional script result.
Format
Exit Script [Result: <value or formula>]
Options
Click Specify to specify a value in the Specify Calculation dialog box. The value is typically based
on the state of the current script. The value is passed back to the calling script, where it can control
the script’s logic.
Compatibility
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script Yes
FileMaker Go Yes
Custom Web Publishing Yes
FileMaker WebDirect Yes
Runtime solution Yes