Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Download file from the internet
Message
De
01/08/2005 02:49:24
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Divers
Thread ID:
01037397
Message ID:
01037400
Vues:
22
>Hi all
>
>I need to download a file from the internet. I know the URL or atleast generate the URL dynamically depending on the date the user enters.
>
>How do I get it from the net into the folder of my choice?
Ыщьуерштп дшлу ершы

loInetApp = CreateObject('InternetExplorer.Application')
loInetApp.Navigate(url address)
Do While loInetApp.ReadyState # 4
DoEvents
Enddo
lcDocumentText=loInetApp.Document.documentElement.outerhtml
=STRTOFILE(lcDocumentText,filename)
MVP-2006-2011, PHD in Math and Physics ,
host of www.foxclub.ru,
VFP lector at Interface and Microinform companies
Head science researcher of VNIIA Rosatom.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform