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

COMPILE_ALL command line keyword

COMPILE_ALL specifies whether to forcibly compile all program units in the report being converted by rwconverter, except in the following cases:

The executables that can use this keyword are:

rwbuilder no
rwrun no
rwclient no
rwcgi no
rwserver no
rwservlet no
rwconverter yes

Syntax

COMPILE_ALL={YES|NO}

Values

Descriptions

YES

Compile all program units, except in cases where DTYPE is REXFILE, XMLFILE, or JSPFILE.

NO

(Default)

Compile only uncompiled program units.

Usage notes

By default, rwconverter compiles all uncompiled program units during the conversion operation. When COMPILE_ALL=YES, then rwconverter forcibly compiles all the program units (including those already compiled) in the report. This may be useful when moving a report to a different client machine, to ensure everything is recompiled and avoid potential incompatibilities.

See also

Command line keywords

Using the command line

Running a report from the command line