Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSXML objects?
Message
From
24/02/2006 10:20:03
 
 
To
23/02/2006 17:29:18
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01098710
Message ID:
01098872
Views:
12
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform