Script Steps Reference

Table Of Contents
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%]