Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I create a MSXML2.XMLHTTP30 in VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01039482
Message ID:
01039486
Vues:
21
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform