Hi,
Our PB2022 R3 app is installed on a Citrix server and, when the app opens an URL, our ITs want to use the client web browser instead of the default browser on the server.
According to them, the behavior of HyperLinkToURL() and OpenURL() are not the same:
HyperLinkToURL()
HKCR\HTTP\shell\open\command -> allows host to client redirection and opening of the client browser
OpenURL()
HKCU\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice -> default server web browser
Is there a way to allow redirection without using the obsolete Inet object and HyperLinkToURL() method?
Thanks,
Luc