Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any Easy Way to Print & Concatenate Different Reports?
Message
From
28/08/2001 11:22:36
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00549636
Message ID:
00549853
Views:
32
Nick,

>snip<

>I have one pure VFP application which does exactly that kind of massive print job.
>
>For every client the necessary set of VFP reports (up to 4 reports per client) is run one-by-one to a separate print files with the names generated with SYS(2015) and extension ".pr1", then they are concatenated with DOS COPY command like this:
>
>lcCommand = "RUN copy /B *.pr1 " + lcPATH + lcOutputFileName	
>&lcCommand
>
>
>The huge output file is then passed to the mainframe printer.

Right.. I've been thinking about that approach as well. Seems the most straightforward. However, where you have "up to 4 reports per client" we typically will have somewhere between 15-30 pages drawn from 8-12ish reports.

Thanks Nick!
Best,


DD

A man is no fool who gives up that which he cannot keep for that which he cannot lose.
Everything I don't understand must be easy!
The difficulty of any task is measured by the capacity of the agent performing the work.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform