Notes:
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
ProgramRun
Web Layout).
If you want the escape to apply to every page, set it in a trigger that fires before the report begins formatting, such as the Before Report trigger. If you want the escape to apply to a single page, set it in a Format trigger.
To add a page header to every page of your HTML document using PL/SQL instead of the Property Inspector:
In the Object Navigator, expand the Report Triggers node.
Double-click
(the PL/SQL icon) next to the Before Report trigger.
In the PL/SQL Editor, include SRW.SET_BEFORE_PAGE_HTML to define the PL/SQL for the format trigger.
To add a page header to a single page of your HTML document using PL/SQL:
In the Object Navigator, expand the Paper Layout node, then expand the node that contains the object that should fire the trigger when formatted.
Double-click (the
PL/SQL icon) next to the object that should fire the trigger when formatted.
In the PL/SQL Editor, include SRW.SET_BEFORE_PAGE_HTML
to define the PL/SQL for
the format trigger.
Creating an HTML page footer using PL/SQL
Creating an HTML page header using the Property Inspector
About Parameter Form HTML extensions
About Web links for HTML output
About before and after escapes
Copyright © 1984, 2005, Oracle. All rights reserved.