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

Archive Reader Problem

edited August 2003 in General
On some machines (not all) when a user views an archive file then clicks on
the printer icon, the archive reader generates a "Screen Printer does not
support printing". Any help would be appreciated.

I am currently using RB Enterprise 7.02.

Comments

  • edited August 2003
    Hi Cameron,

    You are seeing this message because the archives were created with the
    Report.PrinterSetup.PrinterName := 'Screen'. ReportBuilder is letting you
    know that when printing to screen, you will not be able to print to the
    printer. You can change this setting in the
    ArchiveReader.OnInitializePrinterSetup event by adding the following code...

    ArchiveReader.PrinterSetup.PrinterName := 'Default'; {Or the name of the
    printer you want to use}

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.