Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSXML objects?
Message
De
24/02/2006 10:20:03
 
 
À
23/02/2006 17:29:18
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01098710
Message ID:
01098872
Vues:
11
Hey Mary,

In Foxpro try in a prg try:
Local oxmlRequest as MSXML.XMLHTTPRequest
Then you can look at the properties and methods.

I don't know why it is.. but you don't say:
xmlReq = CreateObject("Microsoft.XMLHTTPRequest")
you say
xmlReq = CreateObject("Microsoft.XMLHTTP")
OR o use MSXML 4.0 use the following:
xmlReq = CreateObject("Msxml2.XMLHTTP.4.0")
Or whatever it is you are using.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform