Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messaging from VFP
Message
 
 
To
31/10/2005 11:41:16
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01063433
Message ID:
01063778
Views:
22
On tek-tips forum there was a link to a very good tutorial's site. I forgot its name now.

>>Crescencio - thanks- this makes sense. If I get it to work I'll call my man Rubin in Del Crest (Rigsby and Clark!) and have a dozen of his best sent to you with some cold "Big Reds"!
>>
>
>Just my favorite kind: "free", "cold" and "delivered" !
>
>>Are you aware of a newbie ASP "help" document that I could use to familiarize myself with how this should work?
>>
>
>As you know ASP has been around for a while, you should be able to find plenty of newbie help on the net. One that is good:
>
>www.learnasp.com
>
>
>>Thanks
>>
>>>You might be able to use the MSXML components for this. You would need a page on the web server that receives the data though. A simple call from your app would be:
>>>
>>>*!* Assumes that you have a DOM object myXML with the data loaded
>>>
>>>xht = CreateObject("MSXML2.XMLHTTP.4.0")
>>>xht.Open("post",'http://myservice.com/Prospects/Mypage.asp',.t.)
>>>
>>>xht.send myXML
>>>
>>>? xht.status
>>>

>>>You probably would need to include these on your distribution of the app. Check out the library for more info on MSXML.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform