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

Page Navigation Control Value property

The Page Navigation Control Value property specifies the filename or scripting code for the navigation buttons in HTML page-streamed (paginated) report output.   This applies when the report's paper layout is run to HTML and viewed in a Web browser.   This property has no effect on the Web Source view for JSP-based Web reports.

Applies to

HTML or HTMLCSS page-streamed report output

Values

Any valid filename or a text string containing valid HTML commands, depending on what you specified for Page Navigation Control Type. You can click the value field (labeled ...) to modify the default built-in JavaScript as desired.

Default

Reports Builder built-in JavaScript 

Required/Optional

Optional 

PL/SQL procedure

SRW.SET_PAGE_NAVIGATION_HTML

Usage notes

If you choose to provide your own script for navigation controls, you must include three variables in your script:

Reports Builder assigns values to these variables during formatting.

The height of the page navigation control frame is hard coded to 70 points without a scroll bar. The width of the frame is variable. If you want to use icons and images in this frame, keep these dimensions in mind.

See also

About Web reports