Script Steps Reference

Table Of Contents
Windows script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 86
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
Examples
Perform Find [Restore]
Sort Records [Restore]
Pause/Resume Script [Indefinitely]
Close Window [Name: “Sales records”]
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.
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
Compatibility
This script step is:
not supported in web publishing
not supported in a FileMaker Server scheduled script
Examples
Go to Layout ["Data Entry"]
Adjust Window [Maximize]