Help

Table Of Contents
FILEMAKER PRO HELP 1088
Originated in
FileMaker Pro 6.0 or earlier
Description
The size and location of the open windows are the only things that change; current table, active
window, and active record are not affected by this script step.
Example 1
Opens a new window, goes to the Invoices layout, and arranges all FileMaker Pro windows in an
overlapping pattern.
New Window [Name: "Invoice List"; Style: Document]
Go to Layout ["Invoices"]
Arrange All Windows [Cascade Window]
Example 2
Opens two windows and arranges them top to bottom.
New Window [Name: "Invoice List"; Style: Document]
Go to Layout ["Invoices"]
New Window [Name: "Customer List"; Style: Document]
Go to Layout ["Customers"]
Arrange All Windows [Tile Vertically]
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Freeze Window
Purpose
Stops updating the active window.
Format
Freeze Window
Options
None.
FileMaker Go No
Custom Web Publishing No
FileMaker WebDirect No
Runtime solution Yes
Where the script step runs Supported