Help

Table Of Contents
FILEMAKER PRO HELP 990
Example 2
Goes to a related record in the Invoices table and sorts the found set of related records in a new
window.
Go to Related Record [Show only related records; From table: "Invoices";
Using layout: “Invoices”; New Window]
Sort Records [Restore; No dialog]
Go to Record/Request/Page [First]
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Go to Portal Row
Purpose
Navigates among the rows in the active portal.
Format
Go to Portal Row [Select; <First/Last/Previous/Next/By calculation>]
Options
Specify lets you choose from the following options.
First moves to the first row in the portal.
Last moves to the last row in the portal.
Previous moves to the previous row in the portal. Exit after last tells FileMaker Pro to exit
the script when it reaches the last portal row. You can use Exit after last within a loop to exit
the loop after the last portal row.
Next moves to the next row in the portal. Exit after last tells FileMaker Pro to exit the script
when it reaches the last portal row. You can use Exit after last within a loop to exit the loop
after the last portal row.
By Calculation moves to the row number that is the result of the calculation you create, or
to the row number specified in a dialog.
Select entire contents selects the entire portal row. If select entire contents isn’t selected,
only one related field in the portal is active.
Compatibility
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script Partial
FileMaker Go Yes
Custom Web Publishing Partial
FileMaker WebDirect Partial