Adding navigation controls for HTML page-streamed output using the Property

4-24 Oracle Reports Users Guide to Building Reports

1. In the Object Navigator, expand the Paper Layout node, then expand the node

that contains the object with which you want to associate a bookmark typically, the object is a repeating frame or frame that encloses the relevant section of the report. 2. Double-click the object with which you want to associate a bookmark to display the Property Inspector, and set the following properties: ■ Under the Web Settings node, set the Bookmark property to the string you want to appear in the bookmark area of the formatted report. See also Section 2.2.8, About bookmarks Section 4.6.10.2.10, Creating a bookmark using PLSQL

4.6.10.1.11 Creating a bookmark on break columns using the Property Inspector

To create a bookmark on break columns in the bookmark area of your paginated HTMLCSS or paper PDF document:

1. In the Paper Layout view, choose Insert Bookmark.

2. In the Insert Bookmarks dialog box, move the desired columns to the Bookmarks list.

3. Click OK.

See also Section 2.2.8, About bookmarks Section 4.6.10.2.10, Creating a bookmark using PLSQL

4.6.10.1.12 Adding navigation controls for HTML page-streamed output using the Property

Inspector To add navigation controls for HTML page-streamed paginated output: 1. In the Object Navigator, double-click the properties icon next to the report name to display the Property Inspector. 2. Set the Page Navigation Control Type and Page Navigation Control Value properties. Note: If you are defining a template, you can select objects in the Margin. Objects in the body are unknown until the template is applied to a report. Note: This procedure is for HTML output only. Note: If you do not change the default Page Navigation Control Value, Oracle Reports Builder will use a default built-in JavaScript for implementing the navigation between the pages of output. How To... 4-25 See also Section 2.8.8.1, About HTML page streaming Section 4.7.16.5, Displaying individual pages of HTML report output Section 4.6.10.2.11, Adding navigation controls for HTML page-streamed output using PLSQL

4.6.10.2 Using PLSQL

This section provides procedures for the following tasks that you may perform as you work with PLSQL to add Web links to paper-based reports: ■ Creating an HTML document header using PLSQL ■ Creating an HTML document footer using PLSQL ■ Creating an HTML page header using PLSQL ■ Creating an HTML page footer using PLSQL ■ Creating an HTML Parameter Form header using PLSQL ■ Creating an HTML Parameter Form footer using PLSQL ■ Creating a hyperlink using PLSQL ■ Creating a hyperlink destination using PLSQL ■ Creating an application command line link using PLSQL ■ Creating a bookmark using PLSQL ■ Adding navigation controls for HTML page-streamed output using PLSQL See also Section 1.2.2, About Web Reports Section 2.2.3, About Web links for HTML output Section 2.2.4, About Web links for PDF output Section 2.2.10, About before and after escapes

4.6.10.2.1 Creating an HTML document header using PLSQL

To add items to the header page of your HTML document using PLSQL instead of the Property Inspector:

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

2. Double-click the PLSQL icon next to the Before Report trigger.

3. In the PLSQL Editor, include SRW.SET_BEFORE_REPORT_HTML to define the

PLSQL for the format trigger. See the Reference section of the Oracle Reports online Help for more information. See also Section 4.6.10.1.1, Creating an HTML document header using the Property Inspector Note: This procedure is for HTML output only. A before report escape should be set in a trigger that fires before the report starts formatting, such as the Before Report trigger.