Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Baixa de Arquivos da Internet pelo VFP
Message
 
To
28/10/2003 08:47:08
Marcio Serrano
Londrisoft Informatica
Londrina, Brazil
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00843486
Message ID:
00843658
Views:
27
Oi Marcio,

Este código é adaptado do meu livro "Desenvolvendo Soluções XML com Visual FoxPro", da Axcel Books:
LOCAL loHTTP as MSXML2.XMLHTTP 

loHTTP = CREATEOBJECT("MSXML2.XMLHTTP") 
loHTTP.open("GET","http://www.ilabore.com.br/VFP8_FabioVazquez.zip",.F.) 

WAIT WINDOW "Baixando arquivo..." 
loHTTP.send() 
WAIT CLEAR 

STRTOFILE(loHTTP.responseBody, "\Arq.Zip") 

loHTTP = null 
Um abraço!
-----
Fabio Vazquez
http://www.fabiovazquez.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform