Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Routines to parse html tables in vfp
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00489286
Message ID:
00491078
Vues:
9
Erik,

I added that code - it almost works. When I hit the line:

FOR EACH oRow IN oTable.Rows

I am dead. What am I missing? My form is named NCAA.

TIA,
Doug

oIE = CREATEOBJECT("InternetExplorer.Application")
oIE.Navigate("www.eofficepools.com/wc.dll?wwFootBall~FirstRound")
*
*-Set a stop gap
*
lnReady = 0
*
*-Wait until we get to the page
*
DO WHILE lnReady <> 4
lnReady = oIE.readystate
ENDDO
oTable = oIE.Document.Body.all("NCAA") && table has an id or name assigned
FOR EACH oRow IN oTable.Rows
FOR EACH oCell IN oRow.Cells
? oCell.InnerText
ENDFOR
ENDFOR
Douglas Osborne
Don't spend your life just wishing - http://www.AllGiftRegistry.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform