I have a report which prints daily about 500 pages. I would like to print it in duplex mode to save on paper. The difficulty is that there are breaks by sales person. I need to insure that each sales person starts on an odd page number so the back of a page does not start the next person.
My first thought was to do a select distinct salesid and then print the report in multiple passes, one for each salesid. Another would be to insert a page break if the current page was even in the header for the new sales person.
A second need is to switch paper bins. I want to print checks and stubs. The stubs would have the detail for the check. In some cases the detail will not fit on one stub and I would like to just switch to a plain paper bin when I need to print overflow pages.
If the report writter can't handle this is there another way?
TIA
Mark
VFP7 currently
My first thought was to do a select distinct salesid and then print the report in multiple passes, one for each salesid. Another would be to insert a page break if the current page was even in the header for the new sales person.
A second need is to switch paper bins. I want to print checks and stubs. The stubs would have the detail for the check. In some cases the detail will not fit on one stub and I would like to just switch to a plain paper bin when I need to print overflow pages.
If the report writter can't handle this is there another way?
TIA
Mark
VFP7 currently