Help

Table Of Contents
FILEMAKER PRO HELP 967
Related topics
Get(ScriptResult) function
Halt Script script step
Script steps reference (alphabetical list)
Script steps reference (category list)
About formulas
Halt Script
Purpose
Forces all running scripts, sub-scripts, or external scripts to stop immediately.
Format
Halt Script
Options
None.
Compatibility
Originated in
FileMaker Pro 6.0 or earlier
Description
Halt Script can leave your database in an unpredictable state. For example, the script might halt in
an unanticipated layout, view, or mode.
Example 1
Performs a find and prints. If no records are found, displays all records and halts the script.
Perform Find [Restore]
If [Get ( FoundCount ) = 0]
Show All Records
Halt Script
End If
Print [No dialog]
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