Script Steps Reference

Table Of Contents
82 FileMaker Script Steps Reference
Web compatibility
This script step is web-compatible.
Description
Closes the currently active window or any other window by name.
Note Closing the last window of a file closes the file and halts execution of the current
script.
Examples
Perform Find [Restore]
Sort Records [Restore]
Pause/Resume Script [Indefinitely]
Close Window [Name: “Sales records”]
Adjust 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.
Maximize resizes the window to full-screen size.
Minimize reduces the window to an icon on the status bar (Windows) or Dock
(Mac OS)
Restore returns the window to its previous size.
Hide hides the current database window from view. This option is equivalent to the
Hide Window menu command
Web compatibility
This script step is not web-compatible.
Description
Hides or changes the size of a window.
Example
Go to Layout ["Data Entry"]
Adjust Window [Maximize]