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

Creating an HTML Parameter Form footer using PL/SQL

Notes:

To add items to the bottom of the HTML Parameter Form using PL/SQL instead of the Property Inspector:

  1. In the Object Navigator, expand the Report Triggers node.

  2. Double-click the PL/SQL icon (the PL/SQL icon) next to the Before Parameter Form trigger.

  3. In the PL/SQL Editor, include SRW.SET_AFTER_FORM_HTML to define the PL/SQL for the format trigger.

Example

See SRW.SET_AFTER_FORM

See also

About Parameter Form HTML extensions

About Web reports

About before and after escape

Creating an HTML Parameter Form header using PL/SQL

Creating an HTML Parameter Form header using the Property Inspector

Creating an HTML Parameter Form footer using the Property Inspector