Script Steps Reference

Table Of Contents
Miscellaneous script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 275
Example 1
Shows how comments are used to explain script steps.
Go to Layout ["Invoices"]
#Find all invoices for the current customer
Find Matching Records [Replace; Invoices::Customer ID]
#Sort found set by Invoice ID
Sort Records [Restore; With dialog: Off]
#Save all records in the found set as a PDF
Save Records as PDF [With dialog: Off; "Customer Backup.pdf"; Records
being browsed]
#Go back to the original layout
Go to Layout [original layout]