Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I control IE with foxpro
Message
From
13/08/2001 15:39:33
 
 
To
10/08/2001 18:13:12
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00542565
Message ID:
00543218
Views:
11
>Is it possible to control IE from foxpro6? I would like to automate a login to a secure website and then fill in a form that requests the name of a file to transfer (upload) and then download a file. The website is a bank and for some reason the users continue to screw up the login and transfer of files. It would be nice if I could automate the process.

Well, you start with this command:
oIE = createobject('internetexplorer.application')
From there, you can Navigate() to web addresses, even fill in forms and hit teh submit button, all from VFP, or a VBScript if you wanna go more lightweigth. Check out StartUT.PRG here in the Files section for code on how to start IE, browse to the UT, and login automatically.
Previous
Reply
Map
View

Click here to load this message in the networking platform