Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Printing copies on SATO 404

edited February 2009 in General
Hi,
our customer has problem with printing on SATO 404 printer.

Printer: SATO 404, the most recent drivers
Number of pages in preview: 1

RB 10.07: in preview click on button Print, in printing dialogue (dialogue
from RB) set number of copies > 1,
click on OK to print, now it is delay about 5-10s between printing of copies
RB 11.03: the same behaviour

Workaround:
RB 10.07: in preview click on button Print, in printing dialogue (dialogue
from RB) click on Properties, in driver settings set number of copies > 1,
click on OK, click on OK in RB printing dialogue (here is Copies = 1),
now printing all copies without any delay -> this OK
RB 11.03: the same settings as in RB 10.07, but only one page is printed...

What change between RB versions with copies? I don't know if problem is in
RB or in printer driver,
but in RB 10.07 it is possible to use described workaround...

Thanks
Roman

Comments

  • edited February 2009

    By default RB generates the copies.

    Some printer drivers have built-in capability to generate copies

    If you prefer to use the printer driver to generate copies, then do the
    following..

    myReport.PrinterSetup.DelegateToCopies := True; // pulic property
    myReport.PrinterSetup.Collation := False; // published property

    myReport.Print;


    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.