A script-enabled browser is required for this page to function properly.

PARAMFORM command line keyword

PARAMFORM 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

Syntax

PARAMFORM={YES|NO|HTML}

Values

Description

YES

Display the Parameter Form.

NO
(default)

Do not display the Parameter Form.

HTML Display the Parameter Form in HTML format.

Usage notes

Example

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

See also

Command line keywords

Using the command line

Running a report from the command line