Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting data from Url
Message
From
31/01/2011 10:48:34
 
 
To
31/01/2011 07:05:37
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01497916
Message ID:
01497971
Views:
63
GetFileFromUrl('http://www.google.com/ig/api?weather=Latina', 'Weather.xml')

Function GetFileFromUrl
Lparameters lcRemoteFile, lcLocalFile
Declare Integer URLDownloadToFile In urlmon.Dll;
  INTEGER pCaller, String szURL, String szFileName,;
  INTEGER dwReserved, Integer lpfnCB
Return URLDownloadToFile (0, lcRemoteFile, Iif(Empty(lcLocalFile), JustFname(lcRemoteFile), lcLocalFile), 0, 0) = 0
Previous
Reply
Map
View

Click here to load this message in the networking platform