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

Report Emulation Text File

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

  • 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.