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

Printing Multiple Reports

edited March 2002 in General
I have 18 different reports, sum with subreports, each on their own form.
Some are quite complicated with many events associated with them. What I
would like to do is provide my users with a check list allowing them to
print any combination of the 18 reports. What is the best way to do this?

Originally I thought I would create a new report with 18 subreports and then
import each of the existing reports in turn. But that doesn't duplicate all
the program logic associated that I've written. Is there a better way?

TIA

--
Luke Miller
ResCorSoft, Inc

Comments

  • edited March 2002
    Luke:

    I have posted code snippets of what I do. Users can print any of a number of
    reports. All are saved to paradox files--no defined report is in the EXE at
    run time.

    I create sub reports of section style and load the individual reports into
    those.

    There are some code snippets from me in previous posts if you are
    interested.

    Ed Dressel
    Team DM
  • edited March 2002
    Yes I would be very interested. Where can I get those examples. Please feel
    free to email them to lmiller@rescorsoft.com if that is easier.

    Luke
  • edited March 2002
    Luke:

    Look through my prior posts, searching for 'TppSubReport'.

    Ed Dressel
    Team DM
This discussion has been closed.