Script Steps Reference

Table Of Contents
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]