COLLATE
command line keywordCOLLATE
specifies the collating behavior when
a report is output to a printer. For example, printing three copies of a three
page document with COLLATE
set to YES
would result in output similar to the following:
1 2 3|1 2 3| 1 2 3
The order specified is the page numbers being printed. This behavior is similar to selecting the Collate check box in the Print dialog box.
Printing three copies of a three page document with COLLATE
set to NO
would result in output similar to
the following:
1 1 1| 2 2 2| 3 3 3
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
yes |
rwclient |
yes |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
COLLATE={YES|NO}
Values |
Description |
|
Collates the pages when output to a printer. |
NO |
Does not collate the pages when output to a printer. |
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.