Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Task Pane Error...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00751239
Message ID:
00751647
Vues:
13
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform