Printing Multiple Reports
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
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
This discussion has been closed.
Comments
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
free to email them to lmiller@rescorsoft.com if that is easier.
Luke
Look through my prior posts, searching for 'TppSubReport'.
Ed Dressel
Team DM