- Vijay Jha
- PowerBuilder
- Wednesday, 21 December 2022 12:47 PM UTC
Hey there,
I was using below in an event to launch an URL in a report window
inet iinet_base
GetContextService("Internet", iinet_base)
iinet_base.HyperlinkToURL()
but, as INET is an obsolete our client doesn't want this to continue and therefore we are looking for the replacement. we are using PB 2022 build 1878 and came to know that HTTPClinet will be the replacement although there is no replacement for HyperLinkToURL() as of now. We tried with GetURL,PostURL and couple of other things like ShellExecute etc but,none of things working.
Can anyone help me with the sample code , if possible ?
I dont want anything related with default browser etc. as what we want is to open a link in any browser alternatively, we are okay to put a pdf and a link to that report.
I also tried couple of solution given by appeon folks and unfortunately, no luck :(
Thanks
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.