Script Steps Reference
Table Of Contents
- Contents
- About script steps
- Script steps reference (alphabetical list)
- Control script steps
- Navigation script steps
- Editing script steps
- Fields script steps
- Set Field
- Set Field By Name
- 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
- Records script steps
- Found Sets script steps
- Windows script steps
- Files script steps
- Accounts script steps
- Spelling script steps
- Open Menu Item script steps
- Miscellaneous script steps
Windows script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 93
• Rename window to is the new title for the window. You can enter literal text or click Specify
to create a name using a calculation.
Compatibility
This script step is also supported in web publishing and in a FileMaker Server scheduled script.
Description
You can change the name of any open window.
Note Window name selection is not case-sensitive.
Examples
Perform Find [Restore]
Set Window Title [Current Window; New Title: “Find Results”]
Set Zoom Level
Purpose
Enlarges or reduces the image on the screen.
Format
Set Zoom Level [Lock; 25%...400%/Zoom In/Zoom Out]
Options
• Lock prohibits users from making changes to the zoom level.
• Specify lets you select a zoom level.
• Reduction values: 100%, 75%, 50%, or 25%.
• Enlargement values: 150%, 200%, 300%, or 400%.
• Zoom In reduces the screen image by one zoom level.
• Zoom Out enlarges the screen image by one zoom level.
Compatibility
This script step is:
• not supported in web publishing
• not supported in a FileMaker Server scheduled script
Examples
Go to Layout ["Data entry"]
Set Zoom Level [Lock; 100%]