Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Win-Socket Programming
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00352131
Message ID:
00352143
Views:
13
Hi Jaime,
The way we handle things similar to this is run IIS on the remote machine and call the remote file with the Inet control by MS. The inet control will allow you to post data to a remote file and get the response. You would then need to read the response.

Don't know if this is specifically what you need, but it may lead you in a good direction. Also consider one of the 3rd party TCP/IP contols available.

Bob Petty

PS. here is the particular object code to create the object

THIS.MSInet = CreateObject("inetctls.inet.1")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform