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

Beginner's question

edited November 2001 in General
Hi, it's me and my beginner's questions again:

I want to save a report and then load it again every time it is needed
(preview&print). But I can't find a command (looked through the help
already) with which I could load a report from an RFM file (written in the
Report Designer by saving the report - loading the report in the Report
Designer works but I don't want to show the Designer every time the report
needs to get printed. And because I have many different reports, I only want
to use one component and let this single one load the appropiate report-file
and then print it with my data.

I guess I'm only overseeing something stupid.

Thanks in advance,
Helge.

Comments

  • edited December 2001
    See the TppReportTemplate class - you can access it via TppReport.Template.
    You'll be able to use Template to load from files, databases or streams.


    Robert Leahey
    robert@leahey.com
  • edited December 2001
    > See the TppReportTemplate class - you can access it via
    TppReport.Template.

    Found that after some searching also - works perfectly. Thanks for the hint
    anyway!

    Regards,
    Helge.
This discussion has been closed.