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
Windows script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 91
Options
Use Specify to choose a scrolling option.
• Home, End, Page Up, or Page Down scrolls the window to the beginning, to the end, up a
page, or down a page.
• To Selection brings the current field into view (similar to tabbing into a field).
Compatibility
This script step is:
• not supported in web publishing
• not supported in a FileMaker Server scheduled script
Examples
Go to Record/Request/Page [First]
Loop
Set Field [Table1::Salary; Table1::Salary * 1.1]
Go to Record/Request/Page [Next; Exit after last]
End Loop
Scroll Window [Home]
Show/Hide Status Area
Purpose
Shows or hides the status toolbar.
Format
Show/Hide Status Area [Lock; Show/Hide/Toggle]
Options
• Lock prohibits the user from using the status toolbar control to manually show or hide
the status toolbar.
• Show tells FileMaker Pro to show the status toolbar.
• Hide tells FileMaker Pro to hide the status toolbar.
• Toggle switches between showing and hiding the status toolbar (equivalent to clicking
Show/Hide Status Toolbar).
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
Examples
Go to Layout ["Contacts"]
Toggle Status Area [Hide]