Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How Do I Do This?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00684197
Message ID:
00684326
Vues:
27
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform