Script Steps Reference
Table Of Contents
- Contents
- About script steps
- Script steps reference (alphabetical list)
- Control script steps
- Navigation script steps
- Editing script steps
- Fields script steps
- Set Field
- Set Field By Name
- Set Next Serial Value
- Insert Text
- Insert Calculated Result
- Insert From Index
- Insert From Last Visited
- Insert Current Date
- Insert Current Time
- Insert Current User Name
- Insert Picture
- Insert QuickTime
- Insert Object (Windows)
- Insert File
- Update Link (Windows)
- Replace Field Contents
- Relookup Field Contents
- Export Field Contents
- Records script steps
- Found Sets script steps
- Windows script steps
- Files script steps
- Accounts script steps
- Spelling script steps
- Open Menu Item script steps
- Miscellaneous script steps
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.