Script Steps Reference

Table Of Contents
FILEMAKER SCRIPT STEPS REFERENCE 34
Next moves to the next record in the file or found set, displays the next find request, or
moves to the next page in a report. Exit after last tells FileMaker
Pro to exit the script or
control structure (like a loop) when it reaches the last record in the found set.
By Calculation lets you create a calculation to determine the index number for the desired
record, find request, or page in Preview mode.
Note Exit after last will exit a loop but does not stop or exit a script.
Compatibility
Originated in
FileMaker Pro 6.0 or earlier
Examples
Go to Record/Request/Page [First]
Go to Record/Request/Page [Last]
Go to Record/Request/Page [Previous]
Go to Record/Request/Page [Next]
This command uses a calculation to determine the correct number:
Go to Record/Request/Page [MyDatabase::Number Field]
Related topics
Script steps reference (alphabetical list)
Contents
Go to Related Record
Purpose
Goes to the current related record(s) in a related table, except when this script step is used from an
active portal row.
Format
Go to Related Record [From table: “<table name>”; Using layout “<layout name>”]
Options
Get related record from lets you select the source relationship from a list of tables in the
current database. If the table is not in the list or if you need to add or change a relationship,
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script Partial
FileMaker Go Yes
Custom Web Publishing Partial
Instant Web Publishing Partial
Runtime solution Yes