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
Title:
How can I get VFP to clear my web cache
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01252364
Message ID:
01252364
Views:
231
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
Specialist in Advertising, Marketing, especially Direct Marketing

I run courses in Business Management and Marketing
Next
Reply
Map
View

Click here to load this message in the networking platform