Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web lookup
Message
From
19/06/2012 23:06:29
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
01546026
Message ID:
01546411
Views:
55
Sergey - How are timeout issue handled with this? If the server does not respond will just sit there for 30 seconds, 5 minutes, whatever time? How can you make the program flow return to your code after let's say 30 seconds if the server has not responded.



>Try
>loHttp = CreateObject("MSXML2.XMLHTTP.3.0")
>lcUrl = "http://www.dpd.co.uk/service/tracking?consignment=8549915792"
>
>loHttp.Open("Get", lcUrl, 0)
>loHttp.send()
>? loHttp.responseText
>
>
>>I am trying to access a Courier company's web site to download the tracking date for a shipment - the shipping company gives me the following code
>>
>>How do I build this into VFP?
>>
>>A HREF=”http://www.dpd.co.uk/service/tracking?consignment=8549915792”
Previous
Reply
Map
View

Click here to load this message in the networking platform