Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Do I Do This?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00684197
Message ID:
00684326
Views:
26
Hi,

Don't know if it's relevant to your situation but, as an alternative, it should be possible to automate the entire process from VFP. Something like:

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("http://www.somepage.hmtl")
oDoc = oIE.Document

At that point you should be able to drill down to the relevant table and access the row/column values directly.

HTH,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform