SRW.SET_PAGE_NAVIGATION_HTML
built-in procedureThis procedure specifies the scripting for navigation controls in page-streamed HTML/HTMLCSS report output. It should be included in a Before Report trigger.
SRW.SET_PAGE_NAVIGATION_HTML(type,'string');
Parameter |
Description |
type |
Is |
string |
Is a filename or the HTML scripting code to
be inserted, depending on what was specified for the |
If you choose to provide your own script for navigation controls, you must include three variables in your script:
&TotalPages
(total number of pages)
&file_name
(the name of the output destination file; for example,
myreport)
&file_ext
(the file extension, for example, htm)
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.
You can also define this attribute using the Reports Builder user interface:
Property Inspector |
Set the Page Navigation Control Type and Page Navigation Control Value properties. |
About the
Reports Builder built-in package (SRW
)
Copyright © 1984, 2005, Oracle. All rights reserved.