Hyperlink

This property determines whether the widget behaves as a hyperlink (True; default) or a dynamic label False.

hyperlink="True | False"

Value

Description

True

The cursor changes to a pointing hand when resting on the widget, and the Detail trigger is executed when the user clicks on the widget.

False

The Detail trigger and the hand cursor are disabled. This mimics a transparent, dynamic label at run time.

Setting in ProcScript

The following code changes the behavior and text of a hyperlink so that it cannot be perform the action defined by the Detail trigger.

$fieldproperties(FLD) = "hyperlink=false"
FLD = "Not available"