Help

Table Of Contents
FILEMAKER PRO HELP 1091
End Loop
Refresh Window [ ]
Beep
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Updating data between FileMaker and ODBC data sources
Scroll Window
Purpose
Scrolls a window up or down, scrolls to the top or bottom of a layout, or brings the current field into
view.
Format
Scroll Window [Home/End/Page Up/Page Down/To Selection]
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
Originated in
FileMaker Pro 6.0 or earlier
Example 1
Goes to the Invoices layout, scrolls to the bottom of the window, and creates a new record.
Go to Layout ["Invoices"]
Scroll Window [End]
New Record/Request
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script No
FileMaker Go Yes
Custom Web Publishing No
FileMaker WebDirect No
Runtime solution Yes