Script Steps Reference
Table Of Contents
- Chapter 1 Introduction
- Chapter 2 Control script steps
- Chapter 3 Navigation script steps
- Chapter 4 Editing script steps
- Chapter 5 Fields script steps
- Set Field
- Set Next Serial Value
- Insert Text
- Insert Calculated Result
- Insert From Index
- Insert From Last Visited
- Insert Current Date
- Insert Current Time
- Insert Current User Name
- Insert Picture
- Insert QuickTime
- Insert Object (Windows)
- Insert File
- Update Link (Windows)
- Replace Field Contents
- Relookup Field Contents
- Export Field Contents
- Chapter 6 Records script steps
- Chapter 7 Found Sets script steps
- Chapter 8 Windows script steps
- Chapter 9 Files script steps
- Chapter 10 Accounts script steps
- Chapter 11 Spelling script steps
- Chapter 12 Open Menu Item script steps
- Chapter 13 Miscellaneous script steps
- Appendix A Glossary
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]