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

EPrintError Exception

edited March 2003 in General
What can cause the following error? I just need an idea what to look for.

Thanks,
Johnnie

exception class : EPrintError
exception message : Screen printer does not support printing.

main thread ($F5C04CB9):
$007CAE1B RW020051.EXE ppPrintr TppCustomPrinter.GetDC
$007CB49C RW020051.EXE ppPrintr TppCustomPrinter.GetPixelsPerInch
$007C9383 RW020051.EXE ppPrintr TppPrinterCanvas.UpdateDeviceContext
$007CAC93 RW020051.EXE ppPrintr TppCustomPrinter.ResetDC
$007CAB92 RW020051.EXE ppPrintr TppCustomPrinter.BeginDoc
$007DB267 RW020051.EXE ppPrnDev TppPrinterDevice.StartJob
$0084F38B RW020051.EXE ppDevice TppPublisher.TakeDeviceAction
$0084F54E RW020051.EXE ppDevice TppPublisher.StartJob
$0083C896 RW020051.EXE ppProd TppProducer.InitializeReport
$007FAAEF RW020051.EXE ppReport TppBandedReport.InitializeReport
$0083C90A RW020051.EXE ppProd TppProducer.PrintToDevices
$007FBA39 RW020051.EXE ppReport TppReport.PrintToDevices
$0083D162 RW020051.EXE ppProd TppProducer.CancelDialogShowModalEvent
$007D7772 RW020051.EXE ppForms TppCustomCancelDialog.TimerEvent
$0045F22B RW020051.EXE ExtCtrls TTimer.Timer
$0043F8B8 RW020051.EXE Classes StdWndProc
$007D7747 RW020051.EXE ppForms TppCustomCancelDialog.ppShowModal
$0083CE32 RW020051.EXE ppProd TppProducer.PrintToPrinter
$0083C81D RW020051.EXE ppProd TppProducer.Print
$007FAFE5 RW020051.EXE ppReport TppReport.Print

Comments

  • edited March 2003
    Johnnie,

    In the Report.PrinterSetup property, you have your Printer Name set to
    "Screen" rather than "Default". Make sure to change this in your report
    templates as well. Change this setting and the error will go away.

    --
    Best Regards,

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