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
I tried to be extremely clear both in the write-up and in the code that my ability to extensively test the sample application under many conditions was (and is) limited. Therefore, you need to test it rigorously under the same conditions as what your customers use. However, if you do find a problem and can describe the circumstances and conditions under which the problem occurs, I would be very interested and appreciative of learning those details.