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

Creating an HTML document footer using PL/SQL

Note: This procedure applies to paper-based reports output to an HTML file. This is unrelated to HTML that might be generated when you run a JSP-based Web report (when you click the Run Web Layout button in the toolbar, or choose Programright arrowRun Web Layout).

To add items to the footer page of your HTML document using PL/SQL instead of the Property Inspector:

Note:   An after report escape should be set in a trigger that fires before the report is done formatting, such as the Before Report trigger.

  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_REPORT_HTML to define the PL/SQL for the format trigger.

See also

Creating an HTML document header using PL/SQL

Creating an HTML document footer using the Property Inspector

About Web links for HTML output

About before and after escapes

About report triggers