Description
Specify a value for this property when defining a hyperlink, either as a hyperlink HTML control (for text links), or as an image HTML control (if you want the image to be a link).
The value of this property is concatenated with
the value of Link Text for text hyperlinks or Image
Source for image links, and Target Window, to provide the
contents of the <A HREF>
tag in the HTML layout.
Uniface uses the = ProcScript
statement to evaluate the contents of this field at run time. Therefore, you can use a field
substitution to generate the desired URL. For example, you can enter
%%LINKVALUE.MYENT.MYMODEL%%%
to use the contents of the LINKVALUE field.