Script Steps Reference

Table Of Contents
Files script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 201
Notes
When you use more than one Print script step in a script, the saved printer name applies to
only the containing Print script step.
A printer name specified in a Print Setup script step is not inherited by any Print script step
in a script.
The settings for double-sided printing and number of copies have no effect in FileMaker Go.
Also, this script step has no option for setting the maximum image DPI, but you can choose
a resolution in the FileMaker
Go Print Setup dialog box.
Example 1
Goes to the Print Invoices layout, sorts the records, and prints.
Go to Layout ["Print Invoices"]
Sort Records [Restore; With dialog: Off]
Print [Restore: Printer; With dialog: Off]