Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Send data to a Web Page
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01500623
Message ID:
01500628
Vues:
113
Works very well in VFP.

Start with this

oHTTP = CREATEOBJECT("Msxml2.XMLHTTP")
oHTTP.open("POST", "http://...", .F.)
? oHTTP.send()
? oHTTP.responseText

Descriptions for the members of the class you can get here:
http://msdn.microsoft.com/en-us/library/ms760305(v=VS.85).aspx
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform