ngc1997
May 9th, 2005, 12:52 AM
Hi, :wave:
We would like to print a "3-ply" report using laser printer, with first page marked as "original", 2nd as "copy 1", 3rd as "copy 2".
Also, it needs to print collate by report.
What is the smart method to do this?
A. prepare 3 reports, when finished printing, call the other report. But the design is bulky and maintainance will be difficult.
B. modify rpt generation API in VB, custom generate multiple pages for this report. But since our system is using it as a global rpt generate function, this method is not favourable.
C. generate 3 sets of data in database, each labelled with copy 1, 2, 3. hence 3 instances will be generated and printed out.
Currently i'm using the last method. Is there any method that the report can print faster and easier? :confused:
Thank you very much in advance!
We would like to print a "3-ply" report using laser printer, with first page marked as "original", 2nd as "copy 1", 3rd as "copy 2".
Also, it needs to print collate by report.
What is the smart method to do this?
A. prepare 3 reports, when finished printing, call the other report. But the design is bulky and maintainance will be difficult.
B. modify rpt generation API in VB, custom generate multiple pages for this report. But since our system is using it as a global rpt generate function, this method is not favourable.
C. generate 3 sets of data in database, each labelled with copy 1, 2, 3. hence 3 instances will be generated and printed out.
Currently i'm using the last method. Is there any method that the report can print faster and easier? :confused:
Thank you very much in advance!