You could consider wwHTTP

o = CreateObject('wwHTTP')
o.Addpostkey('login', 'value') && login is the value of the name attribute of <input ... /> o.Addpostkey('password', 'value') && password is the value of the name attribute of <input ... />

content = o.Httpget('<action URL>') && action URL is the value of the 'action' attribute of <form ...>

StrToFile(content, file)

(error checks to be added)

Thierry Nivelet
FoxInCloud
Give your VFP app a second life in the cloud
http://foxincloud.com/

Le 06/02/14 20:46, Joe Yoder a écrit :
Most of the financial institutions I deal with have web sites showing the
current activity in my accounts.  The sites allow exporting this data as
.CSV files.  I would like to automate the download of this exported data
preferably from VFP code.

Any pointers on how to proceed will be welcome.

Thanks in advance,

Joe


--- StripMime Report -- processed MIME parts ---
multipart/alternative
   text/plain (text body -- kept)
   text/html
---

[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/52f49a4d.3070...@foxincloud.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to