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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getcontextservice("Internet", inet_base) returns empty object

Status
Not open for further replies.

mberni

IS-IT--Management
Jul 25, 2001
197
DE
Hi!

Env:
Windows 2003 Server SP 1
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 concerning this, but the offered solutions regarding 896358.

We have worked around this using an OLE-object and calling IE directly, but i'd like to know, why this code wont work.

Thank you.
 
Add:

The same application works fine on a windows XP workstation without any changes.

Is there anything special about W2K3 or Citrix Presentation Manager 4.0 (which is installed on all of our app-servers)?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top