Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to copy data from Web Browser to VFP ?
Message
From
03/10/2002 13:24:30
 
 
To
03/10/2002 11:08:03
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00707341
Message ID:
00707417
Views:
30
Hi,

It is possible to get/set properties
of IE/WebBrowser using the DOM from VFP.

local loIE, loAll
loIE = createobject("internetexplorer.application")
loIE.navigate2("C:\Demo.Html")
*-- wait for loading with doevents, documentcomplete or other technique
loIE.visible = .f.
loAll = loie.document.All
? "loall.Length: ", oall.length


That said, I prefer to automate IE from VB,
and give all infomation to a VFP-Com object,
since it was easier when I started those tasks.

But I am still working of VFP6 since
on the main projekt we cannot use VFP7,
might be different under VFP7 or 8.

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform