Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send data to a Web Page
Message
 
To
17/02/2011 17:36:22
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01500623
Message ID:
01500628
Views:
114
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform