Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I create a MSXML2.XMLHTTP30 in VFP
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01039482
Message ID:
01039486
Views:
22
>I have a sample VB project that initiates MSXML2.XMLHTTP30. I am trying to create this object in VFP using createobject. I can create a MSXML2 object but i am having problems with the XMLHTTP30.

Pick one
oXH = CREATEOBJECT("MSXML2.XMLHTTP.3.0")
oXH = CREATEOBJECT("MSXML2.XMLHTTP.4.0")
oXH = CREATEOBJECT("MSXML2.XMLHTTP.5.0")
oXH = CREATEOBJECT("MSXML2.XMLHTTP")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform