Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting data from Url
Message
De
31/01/2011 10:48:34
 
 
À
31/01/2011 07:05:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01497916
Message ID:
01497971
Vues:
64
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform