Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browser Field enumeration
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00934288
Message ID:
00935111
Vues:
20
>Troy,
>
>Try this on for size:
>
>
>oIE = createobject( "internetexplorer.application" )
>
>oIE.Navigate( "http://www.google.com" )
>do while ( oIE.Busy )
>   doevents
>enddo
>
>loDoc = oIE.Document
>loForm = loDoc.forms(0)
>
>for i = 0 to loForm.Length-1
>   ? loForm.Item(i).Name, loform.Item(i).Value
>endfor
>
df,

Why not use
FOR EACH oItem in loForm.Items
...
NEXT
I'd assume that it would be because there isn't an Items collection. This that the case?
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform