Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Report Emulation Text File
rbuser
December 2007
edited December 2007
in
General
In a report I have AllowPrintToFile seted to True. I would like to disable
only the option "Report Emulation Text File". How can I do??
Thanks
Suzana Borges dos Santos
Comments
nicocizik
December 2007
edited December 2007
Hi Suzana,
Before the report is loaded, you can unregister any devices that are
currently available using the ppUnRegisterDevice() routine. Alternatively
you can register a device using the ppRegisterDevice() routine.
uses
ppDevice;
ppUnRegisterDevice(TppReportTextFileDevice);
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
Before the report is loaded, you can unregister any devices that are
currently available using the ppUnRegisterDevice() routine. Alternatively
you can register a device using the ppRegisterDevice() routine.
uses
ppDevice;
ppUnRegisterDevice(TppReportTextFileDevice);
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com