Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to copy data from Web Browser to VFP ?
Message
De
03/10/2002 18:36:37
 
 
À
03/10/2002 17:34:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00707341
Message ID:
00707603
Vues:
15
This message has been marked as the solution to the initial question of the thread.
For a first try it is always useful
to try the names of the HTML-properties.

for the previous example:
for lnRun = 0 to loIE.document.all.length-1
*-- zero based Collection
loTag = loIE.document.all.item[m.lnRun]
? lnRun, loTag.Outerhtml
if lnrun = 9
? "!!!!!!!!!",
? lotag.name
? loTag.Type
? loTag.Value
endif
next

using VB to check in the debugger is very easy,
in VFP IMHO it is better to list out tagname/indexno
and work from there.

HTH

thomas
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform