|
New DataWindow attributes have been added for Version 4.0. These attributes support features in the new Print dialog and can be used in Modify and Describe:
|
Attribute
|
Description
|
|
datawindow.printer
|
A string containing the name of the current printer.
|
|
datawindow.print.filename
|
A string containing the name of the file to which you want to print the report. An empty string means send to the printer.
|
|
datawindow.print.page.range
|
A string containing the numbers of the pages you want to print. The empty string means print all. For example, to print pages 1, 2, and 5 through 10, enter: 1,2, 5-10
|
|
datawindow.print.page.rangeinclude
|
An integer indicating what range you want to print: 0 print all, 1 print all even pages, 2 print all odd pages.
|
|
datawindow.print.collate
|
Yes or No. Note that yes (collating) is usually slower since the print is repeated to produce collated sets.
|
|