Script Steps Reference

Table Of Contents
Control script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 22
End Loop
Purpose
Marks the end of a Loop script structure.
Format
End Loop
Options
None.
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
Description
Whenever you use a Loop script step, the Manage Scripts feature automatically enters an End Loop
step. The steps between Loop and End Loop are automatically indented and the End Loop step is
placed at the same indentation level as its corresponding Loop step.
Examples
Go to Record/Request/Page[First]
Loop
Set Field [Table1::Salary; Table1::Salary * 1.1]
Go to Record/Request/Page[Exit after last; Next]
End Loop
Allow User Abort
Purpose
Allows users to stop a script if set to On (default), or prevents users from stopping a script if set to
Off.
Format
Allow User Abort [<on or off>]
Options
On to allow users to stop a script by pressing Esc or Command-.(period) (Mac OS).
Off to prevent users from stopping a script by pressing Esc or Command-.(period) (Mac
OS).
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.