Click to See Complete Forum and Search --> : Generating reports using RWServlet and Oracle Reports 6i


01miner
08-11-2004, 05:21 PM
I am trying to run reports using the RWServlet.class and Oracle Reports 6i, hitting an Oracle 8.1.7 database on Windows 2000. I am able to run the reports using my Allaire JRun web application by typing the url with the following format:

http://my_webserver/servlet/RWServlet?REPORT=my_report.rdf+ USERID=username/password@my_db+DESFORMAT=html+DESTYPE=cache

The reports run correctly, but, for those reports with a Runtime Parameter Form, the parameter form is not showing up, and the reports run without being able to modify the parameters. When I run the reports using the Reports Builder everything works OK.

Is there a way to configure the reports to show the Runtime Parameter Form?

Thanks in advance,

Paul

01miner
08-13-2004, 03:21 PM
I found it.

It was as simple as adding to the URL that invokes the report using the RWServlet.class the parameter &PARAMFORM=YES, which means show the Parameter Form at runtime.

Paul