by Kevin Butler <kbutler@[EMAIL PROTECTED]
>
Apr 11, 2008 at 07:31 PM
On Apr 9, 12:08=A0am, "Martin" <nos...@[EMAIL PROTECTED]
> wrote:
> Hello
>
> We are currently managing to do multiple p***** through a do***ent to
get
> from different trays so that one invoice for example can have two copies
b=
ut
> would always be all pages of one invoice then all pages again
>
> so we would get
>
> I1 P1 C1
> I1 P2 C1
> I1 P3 C1
> I1 P1 C2
> I1 P2 C2
> I1 P3 C2
> I2 P1 C1
> I2 P2 C1
> I2 P1 C2
> I2 P2 C2
>
> Or we can tell the printer to do multiple pages and get
>
> I1 P1 C1
> I1 P1 C2
> I1 P2 C1
> I1 P2 C2
> I1 P3 C1
> I1 P3 C2
>
> But I would like to be able to do the oRe****t:Printdevice:Copies :=3D 2
wi=
th
> two different trays.
>
> Any ideas if this is possible?
>
> Thanks
// Open re****t
FOR t=3D1 TO nCopies
oRe****t:PrintRe****t()
NEXT t
// Close re****t