Symptom
How to add a url link to a field/column in a datawindow?
Environment
- PowerBuilder
Resolution
In the datawindow control clicked event, add the following code:
inetlinet
getcontextservice("Internet", linet)
choose case dwo.name
case "<column_name>"
linet.hyperlinktourl("www.appeon.com")
case "<column_name>"
linet.hyperlinktourl("www.appeon.com")
end choose