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

Changing HTML Parameter Form input to uppercase

To change data input values default to uppercase upon entry in a Parameter Form field:

  1. Choose Toolsright arrowParameter Form Builder.

  2. In the Parameter Form Builder, create a Parameter Form field called PF_DESFORMAT, with a source of DESFORMAT.

  3. Choose Toolsright arrowProperty Inspector.

  4. In the Property Inspector, under Web Settings, set the Additional Attributes (HTML) property to:

    onChange="this.value=this.value.toUpperCase()"

Example

This example specifies that data input values default to uppercase upon entry in a Parameter Form field.

  1. In the Paper Parameter Form view, create a Parameter Form field called PF_DESTYPE.

  2. Double-click the field object to display the Property Inspector:

At runtime, if the end user enters pdf as the destination format, the value will change to uppercase (that is, PDF) in the Runtime Parameter Form when running the report through the Web.

See also

About Parameter Form HTML extensions

About Web reports

About Parameter Forms for Web reports

About Parameter Form HTML extensions

Creating HTML Parameter Form input or select events