Hi.
We use the Inet object to find out if the application has access to the Internet:
inet ln_inet
if getContextService("Internet", ln_inet ) = -1 then return -1
In PowerBuilder 2022r3, what do you recommend I use to replace this code?
Thanks
Hi.
We use the Inet object to find out if the application has access to the Internet:
inet ln_inet
if getContextService("Internet", ln_inet ) = -1 then return -1
In PowerBuilder 2022r3, what do you recommend I use to replace this code?
Thanks