11.01.2013 Views

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

Oracle Forms Developer – Form Builder Reference, Volume 1

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

line. (Many optional parameters can also be set using dialogs.) <strong>Form</strong> parameters are optional input<br />

variables that are defined at design time for a specific form.<br />

MODULE and USERID<br />

If you enter the first two parameters, MODULE and USERID, in the specified order, you may omit the<br />

keywords and enter only values, as shown in the following example:<br />

ifrun60 custform scott/tiger<br />

Invalid Example:<br />

ifrun60 scott/tiger<br />

This sequence is invalid because the value for username/password is out of sequence, so it must be<br />

preceded by the USERID keyword. To use positional notation instead of keywords would require<br />

inserting the value of the MODULE parameter immediately after the component name, as in the previous<br />

example.<br />

Valid Examples:<br />

ifrun60 module=custform userid=scott/tiger<br />

ifrun60 userid=scott/tiger<br />

ifrun60<br />

If you indicate only the module name, <strong>Form</strong> <strong>Builder</strong> will prompt you for module name and<br />

username/password.<br />

Options<br />

Use keyword notation for setting options on the command line. For information on options, see:<br />

• Setting <strong><strong>Form</strong>s</strong> Runtime Options<br />

• Setting <strong>Form</strong> Compiler Options<br />

• Setting <strong>Form</strong> <strong>Builder</strong> Options<br />

The following syntax rules apply to all keyword parameters, including options and form parameters:<br />

• No spaces should be placed before or after the equal sign of an argument.<br />

• Separate arguments with one or more spaces; do not use commas to separate arguments.<br />

Invalid Example:<br />

ifrun60 custform scott/tiger statistics = yes<br />

ifrun60 custform scott/tiger statistics=yes,debug=yes<br />

Valid Examples:<br />

ifrun60 custform scott/tiger statistics=yes<br />

ifrun60 custform scott/tiger statistics=yes debug=yes<br />

<strong>Form</strong> Parameters<br />

<strong>Form</strong> parameters are variables that you define at design time. <strong>Form</strong> parameters provide a simple<br />

mechanism for defining and setting the value of inputs that are required by a form at startup. Operators<br />

can specify values for form parameters by entering them on the command line using standard command<br />

line syntax.<br />

475

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!