|
Copies
|
Previous Top Next |
(* RPM Options Required)
You may use this code template to produce copies of a report whether the printer supports copies or not. Include ENDPAGE()? If used in the RPM, END OF REPORT embed this option is not required. If not used in this embed you may need to include an ENDPAGE to force any pages remaining in memory into the preview queue. Number of copies: Indicate the number of copies desired. This can be hard coded or you may use a !variable. Collate copies: provides support for collating copies even on printers which do not natively support collation. This may be hard coded as 1, Y or T for TRUE or 0, N, F for false or you may use a !variable. Reverse print order: On a typical ink jet printer this will provide output in a corrected page order. Again this may be hard coded as 1, Y or T for TRUE or 0, N, F for false or you may use a !variable. Show progress? when selected displays a progress bar during processing. <IF> conditional wrapper: (not required) provides a means to wrap this template within IF / END logic if desired. This allows you to use logic to control the use of this template. If you wish only to reverse the printing order of a multi-page report, "Number of copies:" may be left as 1 (one). When this template is used with the RPM viewer it is ignored since the viewer provides the ability to handle copies. |