From: "Mike" <[EMAIL PROTECTED]>
Subject: Multiple Reports
Date: Tuesday, June 19, 2001 2:42 PM

Hi All,
Re: Quick Reports.
I have a program in which i need to create a variable number of the same
report (using a different dataset each time, obviously).
So i need to create
report1 := create.TQR...
reprort2 := create.TQR etc
I will  use a for loop along the lines:
for i := 1 to ReportCount do
  reporti := create.TQR....

what I don't know how to do is allocating the report name dynamically, like
this.
Can anyone  help me out.
TIA.
MP

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to