Script Steps Reference

Table Of Contents
Windows script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 161
Example 1
Goes to the Customers layout in a new window and sorts by the Customer ID field.
New Window [Top: Get ( WindowTop ) + 25; Left: Get ( WindowLeft ) + 25;
Style: Document]
Go to Layout ["Customers"]
Sort Records by Field [Descending; Customers::Customer ID]
Example 2
Goes to the Print Invoices layout in a new floating window and enters Preview Mode.
New Window [Name: "Print Invoices"; Top: Get ( WindowTop ) + 25; Left: Get
( WindowLeft ) + 25; Style: Floating Document]
Go to Layout ["Print Invoices"]
Enter Preview Mode [ ]