Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to download a DBF ?
Message
 
To
23/10/2004 08:14:43
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00953972
Message ID:
00954032
Views:
15
Yes, it gets data from cache as long as there's a cached file. You may try URLDownloadToCacheFile function as well:
http://www.news2news.com/vfp/?group=94&function=655

The function returns the name of cache file. Check if you can delete this file.

And after all you can clean files, or just one file, in the cache using DeleteUrlCacheEntry function from WinINet API:
http://www.news2news.com/vfp/?function=869

* * *
FoxPro code sample

How to delete IE cookies, clear IE history and delete files in Temporary Internet Files directory
http://www.news2news.com/vfp/?example=471&function=869
Previous
Reply
Map
View

Click here to load this message in the networking platform