Script Steps Reference
Table Of Contents
- Chapter 1 Introduction
- Chapter 2 Control script steps
- Chapter 3 Navigation script steps
- Chapter 4 Editing script steps
- Chapter 5 Fields script steps
- Set Field
- Set Next Serial Value
- Insert Text
- Insert Calculated Result
- Insert From Index
- Insert From Last Visited
- Insert Current Date
- Insert Current Time
- Insert Current User Name
- Insert Picture
- Insert QuickTime
- Insert Object (Windows)
- Insert File
- Update Link (Windows)
- Replace Field Contents
- Relookup Field Contents
- Export Field Contents
- Chapter 6 Records script steps
- Chapter 7 Found Sets script steps
- Chapter 8 Windows script steps
- Chapter 9 Files script steps
- Chapter 10 Accounts script steps
- Chapter 11 Spelling script steps
- Chapter 12 Open Menu Item script steps
- Chapter 13 Miscellaneous script steps
- Appendix A Glossary
Chapter 9
|
Files script steps 111
Print
Format
Print [Restore; No dialog]
Options
Perform without dialog prevents the Print dialog box from displaying when the script
step executes. If you select Perform without dialog, the output from this script step will
be sent to the last specified printer and not the one specified in the Edit Script dialog box.
Web compatibility
This script step is not web-compatible.
Description
Prints information in a file. Multiple print steps can be added to a script.You can store print
options with the script step, or allow the user to enter printing criteria when the step
executes.
If the print job needs special page setup options to print correctly, add a Print Setup script
step before the Print step.
Example (Windows)
Enter Browse Mode []
Go to Layout ["Layout #1"]
Print Setup [Restore; No dialog]
Show All Records
Sort Records [Restore; No dialog]
Print []