Help

Table Of Contents
FILEMAKER PRO HELP 1084
Originated in
FileMaker Pro 6.0 or earlier
Example 1
Goes to a related record in the Invoices table using the Print Invoices layout, prints, and closes the
window.
Go to Related Record [Show only related records; From table: "Invoices";
Using layout: “Print Invoices”; New Window]
Print [Restore: Printer; No dialog]
Close Window [Current Window]
Example 2
Closes the current window if it is hidden.
If [Get ( WindowVisible ) = 0]
Close Window [Current Window]
End If
Example 3
Closes the Invoice Details window if it is open.
If [PatternCount ( WindowNames ( Get ( FileName ) ) ; "Invoice Details" )]
Close Window [Name: "Invoice Details"]
End If
Related topics
Defining calculation fields
Script steps reference (alphabetical list)
Script steps reference (category list)
Adjust Window
Purpose
Hides or changes the size of a window.
Format
Adjust Window [Resize to fit/Maximize/Minimize/Restore/Hide]
Options
Use Specify to choose an adjustment option.
Resize to fit resizes the window to the minimum size possible while keeping all items in the
layout visible.
Runtime solution Yes
Where the script step runs Supported