Script Steps Reference

Table Of Contents
Navigation script steps
F
ILEMAKER SCRIPT STEPS REFERENCE 49
Notes
In FileMaker WebDirect, the cursor moves next to the specified row, but the row is not
selected.
FileMaker Server scheduled scripts and Custom Web Publishing do not support the By
Calculation option.
Example 1
Goes to the last row of a portal to create a record.
Go to Field [Related Invoices::Summary]
Go to Portal Row [Last]
Example 2
Allows a user to make batch updates to the Status field in a portal.
Go to Portal Row [Select; First]
Loop
Go to Field [Select/perform; Invoices::Status]
Pause/Resume Script [Indefinitely]
Go to Portal Row [Next; Exit after last]
End Loop