Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Task Pane Error...
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00751239
Message ID:
00751647
Views:
17
>Task Pane - Community gives me errors like: 'Error executing script to generate account' for Universal Thread, and 'Unable to retrieve content at this time' for FoxCentral News. How do I handle this folks?

Sounds like a firewall issue. May the following changes to the TaskPane code.

USE USE HOME(7) + "\TaskPane\PaneContent.dbf"



For record ID "microsoft.foxcentral" , change the code in memo field called "Data"

Change line
oProxy =Createobject("mssoap.soapclient30")
to
oProxy =Createobject("mssoap.soapclient")

Add this line just after the line "oProxy.mssoapinit(WEBSERVICE_URL)
oProxy.ConnectorProperty("UseProxy") = .T.
**********************************

Still working on a fix for the UT code.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform