(Same thread posted in powerbuilder forum)
Hi!
Env:
Windows 2003 Server SP 1
Citrix Presentation Server 4.0 for W2K3
Powerbuilder 8.0.4
We are opening web-pages from our pb-app using the following code: (example)
GetContextService and hyperlinktourl both return 1 (= success) but iinet_base is empty. URL wont open, no errors, simply no reaction.
Standard-Browser is IE 6.0.3790.1830, which works fine when started from desktop. Doubleclick on any html-file from explorer pops up IE, so everything seems fine.
But no way from powerbuilder.
We already checked KB articles but the offered solutions regarding 896358 wont work.
We have worked around this using an OLE-object and calling IE directly, but i'd like to know, why this code wont work.
It seems to be related to citrix, since on a bare windows 2003 everything is fine, same on W2K, WinXP. But as soon as Citrix comes in, no more response.
Thank you.
Hi!
Env:
Windows 2003 Server SP 1
Citrix Presentation Server 4.0 for W2K3
Powerbuilder 8.0.4
We are opening web-pages from our pb-app using the following code: (example)
Code:
INet iinet_base
GetContextService("Internet", iinet_base)
iinet_base.HyperlinkToURL("[URL unfurl="true"]http://www.google.de")[/URL]
Standard-Browser is IE 6.0.3790.1830, which works fine when started from desktop. Doubleclick on any html-file from explorer pops up IE, so everything seems fine.
But no way from powerbuilder.
We already checked KB articles but the offered solutions regarding 896358 wont work.
We have worked around this using an OLE-object and calling IE directly, but i'd like to know, why this code wont work.
It seems to be related to citrix, since on a bare windows 2003 everything is fine, same on W2K, WinXP. But as soon as Citrix comes in, no more response.
Thank you.