Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"get standard browser" wont work on Citrix Presentation Server

Status
Not open for further replies.

mberni

IS-IT--Management
Jul 25, 2001
197
0
0
DE
(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)

Code:
INet iinet_base
GetContextService("Internet", iinet_base)
iinet_base.HyperlinkToURL("[URL unfurl="true"]http://www.google.de")[/URL]
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top