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

It's possible to print to file and printer in the same time

edited July 2003 in General
It's possible to print a report on printer et generate report file (txt or
PDF) in the same routine without
re-generate twice

I think by example generate txt or pdf file and print this txt file
directly without open notepad ?
Something transparent to user .


Thank you

Daniel Fagnan

Comments

  • edited July 2003
    Hi Daniel,

    This is possible if you create more than one device. You will need to
    create a printer device for the report and a Text/PDF device for the report.
    Then you can call TppReport.PrintToDevices to print to file and printer at
    the same time.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.