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

Print Error

edited March 2003 in General
Hi,

I've a question about reportbuilder 7.01.
I have made a service-program.
I have a datamodule with my ppReport and a ppDatapipeline.

Important settings are:
Devicetype := printer;
ShowCanceldialog := false;
ShowPrintDialog := false;
..

When i call print, i get this error:
"Screen printer does not support printing "
What does it means ??
Can you print within a service program , is that maybey the problem ?
I can print my document at design time !

Greetz Hans

Comments

  • edited March 2003
    Make sure the Report.PrinterSetup.PrinterName is not set to 'Screen' in the
    report. Set it to 'Default' instead. If you are loading report templates,
    assign the public
    Report.Template.OnLoadEnd event to set all loaded reports to the default
    printer name.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.