Forms Runtime options specify Oracle Forms default behavior during a Forms Runtime session. You can set Forms Runtime options in several ways:
In addition, you can set Forms Runtime options to specify the defaults for forms you run from Oracle Forms in the Preferences dialog. To display the Preferences dialog, select Edit | Preferences.
Note: Forms Runtime preferences set in Oracle Forms
apply only to forms run from within Oracle Forms. Options may also be set
for the Web Previewer in the serverargs parameter of a base HTML file. You can
specify this HTML filename in the Runtime tab of the Preferences dialog, or
on the command line. For details on creating a base HTML file see the section
on "Configuring the Forms Servlet" in the Oracle Application Server
Forms Services Deployment Guide.
Options may also be set for the Web Previewer in the serverargs parameter of a base HTML file. You can specify this HTML filename in the Runtime tab of the Preferences dialog, or on the command line. For details on creating a base HTML file see the section on "Configuring the Forms Servlet" in Oracle Application Server Forms Services Deployment Guide.
The following chart lists the Forms Runtime options from the Options window and their corresponding keyword parameters.
Option Name |
Keyword Parameter |
Default |
---|---|---|
Array processing |
Yes |
|
Buffer records to temporary file |
No |
|
Debug Messages | debug_messages |
No
|
Run in quiet mode |
No |
|
Run in query only mode |
No |
|
Use SDI mode |
No |
If you enter these keyword parameters as command line options, you can enter more than one at a time, in any order:
http://myserver/forms/frmservlet?form=MODULE1.fmx&debug_messages=YES
Starting Oracle Forms Components from the Command Line