[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Multiple report



Hi all,

I have written an SQR (version 4.3.4) which output 5 lis files. All the
files are going to my default folder. Is there a way I can specify the
folder where I want to output the multiple files?

When I use the following code, only the first output file gets deposited
where I want it to go. The rest of the files get deposited in the
default folder.

begin-Report
   let $report_name = 'c:\Test\Test.lis'
   new-report $report_name
end-Report


Also, is there a way to name each one of these files? Currently the file
names are generated by the program with the program name and _01, _02
etc. added at the end. Thanks a lot for your help on this.

Geetha