Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get VFP to clear my web cache
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01252364
Message ID:
01252367
Vues:
40
This message has been marked as the solution to the initial question of the thread.
>In my program is the following code - if I don't manually clear my Internet cache then the pages are downloaded from cache - how can I clear the cache by program?
>
>Thanks
>
>Colin
>
>
>CREATE CURSOR WebPage (myMails m)
>set century on
>url="http://www.timeanddate.com/worldclock/full.html"
>objHTTP = CreateObject("MSXML2.XMLHTTP.4.0")
>objHTTP.Open("GET", url,.f.)
>objHTTP.Send()
>Insert into WebPage (myMails) VALUES (objHTTP.ResponseText)
>objHTTP = null
>RELEASE objHTTP

Colin,

Changing the url seems to help
url="http://www.timeanddate.com/worldclock/full.html" + '?Dummy=' + sys(2015)
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform