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:
00934683
Vues:
18
This message has been marked as the solution to the initial question of the thread.
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
>How can I enumerate thru the form fields in a web browser active x control?
>
>I can get to the browser's form's items count, but I need to get/set the name(ID) and value for each of those inputs and selections.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform