Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get VFP to clear my web cache
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01252364
Message ID:
01252367
Views:
41
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform