Excluding the native pdf Device
ReportBuilder 10.02
Delphi 6 Update Pack 2
Hi,
I've just upgraded to RB10 from 7.02, I found a thirdy-party component PDF
device and I want to exclude the native PDF device.
Is there a safe way to exclude it from the visible devices?
Thank you in advance,
Massimiliano Trezzi
Delphi 6 Update Pack 2
Hi,
I've just upgraded to RB10 from 7.02, I found a thirdy-party component PDF
device and I want to exclude the native PDF device.
Is there a safe way to exclude it from the visible devices?
Thank you in advance,
Massimiliano Trezzi
This discussion has been closed.
Comments
You can unregister any device using the ppUnRegisterDevice routine of the
ppDevice.pas file. Something like the following before printing...
uses
ppDevice,
ppPDFDevice;
---
ppUnRegisterDevice(TppPDFDevice);
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com