Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Web lookup
Message
De
19/06/2012 23:06:29
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
01546026
Message ID:
01546411
Vues:
56
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”
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform