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

Re: Start reports



You can use the -f parameter to change the output path so that each creates
a different report

sqrwt  report1.sqt  user/pass@dbname -keep -fc:\temp\report1.lis  input1
input2 input3
sqrwt  report2.sqt  user/pass@dbname -keep -fc:\temp\report2.lis input1
input2 input3 input4
sqrwt  report3.sqt  user/pass@dbname -keep -fc:\temp\report3.lis input1
input2 input3


>Hi ,
>
>Is there a way to start more than one report from the dos-prompt?
>I have tried to make a .bat-file:
>@echo off
>sqrwt  report1.sqt  user/pass@dbname -keep  input1 input2 input3
>sqrwt  report2.sqt  user/pass@dbname -keep  input1 input2 input3 input4
>sqrwt  report3.sqt  user/pass@dbname -keep  input1 input2 input3
>
>But only the first .spf and .lis-fil is created.
>
>/Lena
>