Variables on parameter window

Hello.

I'm starting report with command:
\QUERYREPORTER.EXE userid=test/t@oracle exec=\My_Report.rep "&MyVar=Value_Of_MyVar" EDIT=OFF VIEWER=IE.

When QueryReporter starts there is no Value_Of_MyVar in MyVar field on parameter window. After pressing "Cancel" and then Execute (F8) value of MyVar appears on parameter window.

Also I would like to remind you on the issue described on this forum under topic named "Exporting to MS Excel" from 19 August, 2004 10:16. It's about canceling export to MS Excel after QR is called with command:
\QUERYREPORTER.EXE userid=test/t@oracle exec=\My_Report.rep "&MyVar=Value_Of_MyVar" EXCEL HIDE EDIT=OFF VIEWER=IE. After canceling or pressing ESC QR doesn't quit but exports data to MS Excel.

Greetings,
Davor.
 
The order of the command-line parameters is significant. You will first have to assign a value to the variable ("&MyVar=..."), and then execute the report (exec=...).
 
Thanks Marco.
It works with reordering command-line parameters.

What about second issue? The one with canceling export when called with EXCEL HIDE on command-line?

Do you have any plans for a new release soon? It's been more than a year since you have released last version?

Davor.
 
I saw that you are preparing new release. I have tried your 3.0.0.241 and it seems OK, but is it possible for you guys to fix this issue I have addressed you almost two years ago?

Davor.
 
Back
Top