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

ppPrinter / ppPrinters

edited June 2002 in General
hi,
i want to do some Pos printing,
i did it in the past using the Delphi Printer function

now ReportBuilder has a ppPrinter wich is similar to the Delphi Printer,
so what i want to know is if it's safe to use these instances to do my
printing
basically, is it safe for me to replace the Delphi Printer by Rb's ppPrinter
(it isn't documented so will it be in future releases?)

tia,
marc

Comments

  • edited June 2002
    You should be safe to use TppPrinter.pas. It is an integral part of
    ReportBuilder, though it is undocumented. .


    Cheers,

    Jim Bennett
    Digital Metaphors

  • edited June 2002
    Jim,
    i was planning on using the ppPrinters function wich returns a TppPrinter
    but calling this function throws an AV
    is this normal behaviour and do i have to work upon a TppPrinter instance?
    tia,
    marc

This discussion has been closed.