Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Download file from the internet
Message
From
01/08/2005 02:49:24
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01037397
Message ID:
01037400
Views:
24
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform