Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browser Field enumeration
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00934288
Message ID:
00935111
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform