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

Creating an HTML page footer using PL/SQL

Notes:

To add a page footer to every page of your HTML document 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 Report trigger.

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

To add a page footer to a single page of your HTML document using PL/SQL:

  1. In the Object Navigator, expand the Paper Layout node, then expand the node that contains the object that should fire the trigger when formatted.

  2. Double-click the PL/SQL icon (the PL/SQL icon) next to the object that should fire the trigger when formatted.

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

See also

Creating an HTML page header using PL/SQL

Creating an HTML page footer using the Property Inspector

About Parameter Form HTML extensions

About Web links for HTML output

About before and after escapes

About report triggers