printing multiple copies
GCC
gccconsulting at comcast.net
Thu Dec 15 06:33:59 PST 2005
> -----Original Message-----
> From: filepro-list-bounces at lists.celestial.com
> [mailto:filepro-list-bounces at lists.celestial.com] On Behalf
> Of Bob Coburn
> Sent: Thursday, December 15, 2005 7:56 AM
> To: filepro-list
> Subject: printing multiple copies
>
> Good morning. I'm using 4.8.11 on a win2k box and am trying
> to print multiple copies of a file. I have been printing
> just one copy and at the same time numbering them with @pn.
> I would like to have the second and third copies have the
> same number as the original. Is this possible? and if so how?
> Any help will be appreciated very much since I seem to be stuck!
>
> Bob Coburn
> DataWare Software
>
>
>
> --
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.371 / Virus Database: 267.13.13/200 - Release
> Date: 12/14/2005
>
Just a quick question - what printer are you printing to?
If it a PCL printer you can set the number of copies wanted. Using 1b&l#X.
Substitute the number of copies wanted for the pound sign.
i.e. 3 copies - 1b & l 3X (that is a lower cases el before the
3)
You will need to send this as an initialization string.
Be aware that this will print x copies of each page. You will then have to
collate the report.
If there are a large number of pages to the report, this could be tedious.
Another way to handle this would be to run your report from clerk using the
system command. When you run the first copy of the report have it create a
demand index. On each successive pass use the demand index.
You can create a variable, num_copies, and keep looping through the second
system command until all of the copies are printed.
Richard Kreiss
GCC Consulting
More information about the Filepro-list
mailing list