PARAMFORM
command line keywordPARAMFORM
specifies whether to display the Runtime Parameter Form
when you execute a report through CGI or a servlet. PARAMFORM
is used
only to supply parameters to paper layout reports, not JSP-based Web reports.
The executables that can use this keyword are:
rwbuilder |
no |
rwrun |
no |
rwclient |
no |
rwcgi |
yes |
rwserver |
no |
rwservlet |
yes |
rwconverter |
no |
PARAMFORM={YES|NO|HTML}
Values |
Description |
|
Display the Parameter Form. |
|
Do not display the Parameter Form. |
HTML |
Display the Parameter Form in HTML format. |
PARAMFORM=YES
is incompatible with BATCH=YES
because it is not meaningful to have the Runtime Parameter Form appear in
batch mode.
Do not use this keyword when running a report in an OracleAS Portal environment.
This is because OracleAS Portal enables you to set up a Report Runtime Parameter
Form, which would conflict with a Parameter Form you specify with the PARAMFORM
keyword.
http://myias.mycomp.com:7779/rwservlet?
server=myrepserver+report=test.rdf
+userid=scott/tiger@mydb+destype=cache
+desformat=htmlcss+paramform=html
http://mywebserver.com:7779/cgi-bin/rwcgi.exe?
server=myrepserver+report=test.rdf
+userid=scott/tiger@mydb+destype=cache
+desformathtmlcss=+paramform=yes
Running a report from the command line
Copyright © 1984, 2005, Oracle. All rights reserved.