Using Transparent Hyperlinks as Labels
If you need to change the text of labels dynamically, you can consider using transparent hyperlinks instead of labels. Because hyperlinks are fields, they can be manipulated in ProcScript.
Note: This technique is not applicable to Grid widgets, which map Hyperlink widgets to Text HTML controls.
-
Create a field and set the Widget
Type to
Hyperlink
. -
Edit the widget properties as follows:
Property Value Comment Widget Font default label font (usually label
)Ensures that all labels have the same font. Transparency Selected (True) Prevents the widget from indicating focus (a dotted line around it). Hyperlink False Disables the detail trigger activation (and the beep sound issued if the trigger is empty), as well as the appearance of the hand cursor for mouse-over. -
In ProcScript, assign a value to the
field.
FIELD1 = "Organization"