Help

Table Of Contents
FILEMAKER PRO HELP 1109
Compatibility
Originated in
FileMaker Pro 6.0 or earlier
Description
You can also have this script step performed with a dialog box so the user can specify print options.
You can use multiple Print Setup script steps within a script.
Example 1
Goes to the Print Invoices layout, sorts the records, changes the print settings, and prints.
Go to Layout ["Print Invoices"]
Sort Records [Restore; No dialog]
Print Setup [Restore; No dialog]
Print [ ]
Related topics
Script steps reference (alphabetical list)
Script steps reference (category list)
Print
Purpose
Prints information in a file.
Format
Print [Restore: “<printer>”; No dialog]
Options
Select Perform without dialog to prevent the Print dialog box from displaying when the
script step executes.
Select Specify print options or click Specify to specify an output destination. When the
script executes, the output from this script step is sent to the printer or fax you specified.
Where the script step runs Supported
FileMaker Pro Yes
FileMaker Server scheduled script No
FileMaker Go Yes
Custom Web Publishing No
FileMaker WebDirect No
Runtime solution Yes