Board index » delphi » Report Printer Pro - Multiple Reports and 1 Preview.
Brad - Right Click Australia
![]() Delphi Developer |
Wed, 23 Jan 2002 03:00:00 GMT
|
Brad - Right Click Australia
![]() Delphi Developer |
Wed, 23 Jan 2002 03:00:00 GMT
Report Printer Pro - Multiple Reports and 1 Preview.
Hi All,
I'm new to report printer pro. I want to run the same report 4 times yet only show one preview window. With I'm doing all this in code. Any help would be appreciated. Regards Visit the home of PCast http://www.rightclick.com.au/pcast.html Downloads |
Jim Gunke
![]() Delphi Developer |
Wed, 23 Jan 2002 03:00:00 GMT
Re:Report Printer Pro - Multiple Reports and 1 Preview.There's several ways to do this. If you are going to be doing this a lot I would suggest placing your reports in procedures that can be called from within another report. This is the same advice that would be given for any amount of code that is common between several places. Here's some code: procedure CustomerListing(Sender: TObject); begin // This is the OnPrint event for your TReportSystem component begin If this is a one-time situation, you could call the OnPrint events for each procedure TReportForm.ReportSystem1Print(Sender: TObject); begin I would invite you to visit the Nevrona Forums (a link is provided on our Jim Gunkel Brad - Right Click Australia <Brade@_xSPAMx_RightClick.com.au> wrote in Quote> Hi All, |
j..
![]() Delphi Developer |
Wed, 23 Jan 2002 03:00:00 GMT
Re:Report Printer Pro - Multiple Reports and 1 Preview.Quote> I'm new to report printer pro. which is dedicated to all of their products. Quote> I want to run the same report 4 times yet only show one preview window. With copies of the "SAME" report to a printer, that should not be an issue. Once the preview is showing, then you select the printer icon, it has a There are several ways you can "pre-load" the "Copies" option with 4, if HTH, Jim |
Brad
![]() Delphi Developer |
Wed, 23 Jan 2002 03:00:00 GMT
Re:Report Printer Pro - Multiple Reports and 1 Preview.The reports are the same but I run them with different parameters. I.e. The user wants to print invoices 1, 9 ,34 & 69. I could modify the If they send it directly to the printer there is no problem, but I know my Thanks for you time Brad. Quote<j...@nospamprimenet.com> wrote in message Quote> > I'm new to report printer pro. |
Brad - The Aussi
![]() Delphi Developer |
Fri, 25 Jan 2002 03:00:00 GMT
Re:Report Printer Pro - Multiple Reports and 1 Preview.(Sorry if you get this twice). I want the user to be able to choose 4 invoices and see one preview. The If it goes to the printer it is not problem. Only the preview is a problem. To answer you question it is not 4 copies of the same report, each copy is a Brad Quote<j...@nospamprimenet.com> wrote in message Quote> > I'm new to report printer pro. ]> Quote> HTH, Jim |
1. Report Printer Pro vs Report Builder
2. report 1 in printer 1 and report 2 in printer 2
3. Delphi 7 pro, Report Builder 7 Pro and TeeChart Pro 6 for Delphi 7
4. Quick Reports - Crystal Reports, MetaFiles (filters), Printing and Preview
5. Quick Reports - Crystal Reports, MetaFiles (filters) , Printing and Preview
6. Quick Report - Multiple Preview windows?
7. Quick Report Multiple Page Preview Problem
8. Quick Reports and multiple previews