Script Steps Reference

Table Of Contents
FILEMAKER SCRIPT STEPS REFERENCE 28
Compatibility
This script step is:
not supported in web publishing
not supported in a FileMaker Server scheduled script
Originated in
FileMaker Pro 10.0
Description
This step repeats until the window in which it is running closes or its options change. You can also
halt the step by specifying another Install OnTimer Script script step for the window with no script
specified.
The default interval is blank; you must specify a script and an interval. Specifying blank for interval
cancels any OnTimer scripts that are running for the selected window.
Examples
The following example runs the script MyScript every 10 minutes.
Install OnTimer Script [“MyScript”; Interval: 600]
Related topics
Script steps reference (alphabetical list)
Contents
Navigation script steps
Navigation script steps move to different areas of a database. Use Navigation script steps to:
go to a specific record or find request
switch to a specific layout
move among fields and other objects on a layout
emulate pressing Enter or Tab
switch to Browse mode to work with contents of a file
switch to Find mode to fill out find requests
switch to Preview mode to see how records, forms, or reports will look when they're printed
Go to Layout
Purpose
Switches to the specified layout.
Format
Go to Layout [“<layout name or layout number>”]