The Hyperlink Destination property specifies a unique identifier for an object, which can be used as the destination of a Web link.
Note: This property is supported when generating your paper layout reports to spreadsheet output for displaying in Microsoft Excel.
Applies to |
Layout objects |
Values |
A valid, unique name that only makes use of the 26 upper or lower case US ASCII letters, numbers, or underscore characters. Other special characters will automatically be converted to underscore characters. |
Default |
Blank |
Required/Optional |
Required, if you want to set a Hyperlink property for an object that specifies this object as its destination. |
PL/SQL procedure |
Following is an example of a value for the Hyperlink Destination property to create an identifier dynamically:
'DEPT_DETAILS_' || LTRIM(TO_CHAR(:DEPTNO))
where :DEPTNO
is a column value retrieved from the database at runtime.
Following is an example of a value for the Hyperlink Destination property to identify an object as "link1":
LINK1
Copyright © 1984, 2005, Oracle. All rights reserved.