ppPrinter / ppPrinters
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
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
This discussion has been closed.
Comments
ReportBuilder, though it is undocumented. .
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
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