[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Placing reports in a directory from within sqr code ...
- Subject: Placing reports in a directory from within sqr code ...
- From: Allen Wong <TLR585J@BAPLAZA.BELL-ATL.COM>
- Date: Sun, 9 Feb 1997 17:31:54 -0500
- X400-Content-Type: P2-1988 (22)
- X400-MTS-Identifier: [/PRMD=BELL.ATLANTIC1/ADMD=TELEMAIL/C=US/;0031600005182676000002]
- X400-Originator: TLR585J@BAPLAZA.BELL-ATL.COM
- X400-Recipients: sqr-users@usa.net
How can I place reports in directories from within sqr code, I have a
table with a field specifying where the directory location is and I
would like to grab the column with the specified output path and place
the reports in the directory.
For example I have
report_location table
id path
--- ----
1 $OUTPUT
2 $OUTPUT2
I would like sqr to do something like this ..
NEW-REPORT &PATH/$REPORT_NAME
Is this possible ?
Any help is appreciated ...
Thanks,
allen