On a dialog, I would like to add text with a link to a URL, something like this:
Click http://www.installaware.com for more information.
I tried the HTML viewer, but I don't see where to add text and the link to it.
How do I add text that contains a URL link to a dialog form?
How to add a URL link to a dialog form?
Hi get101,
Put a normal Label on the form. Give it a name like LabelInfoLink, set the font to blue underlined. Doubleclick it. Set "Perform action:" to "Return from dialog".
Then in the calling script, add something like this:
if Variable WIZARD Equals (Ignore Case) LabelInfoLink
Run Program http://www.borm.ch/pointline/PointLine2D.asp
GoTo Label: Whatever
end
Rgds
Richard
Put a normal Label on the form. Give it a name like LabelInfoLink, set the font to blue underlined. Doubleclick it. Set "Perform action:" to "Return from dialog".
Then in the calling script, add something like this:
if Variable WIZARD Equals (Ignore Case) LabelInfoLink
Run Program http://www.borm.ch/pointline/PointLine2D.asp
GoTo Label: Whatever
end
Rgds
Richard
http://www.pointline.com
http://www.paraeasy.ch
http://ulrichard.ch
http://www.paraeasy.ch
http://ulrichard.ch
Who is online
Users browsing this forum: No registered users and 132 guests