Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
POST data to server
Message
De
12/01/2000 00:29:41
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00316160
Message ID:
00316722
Vues:
20
Hi Pierre,

Many thanks it works great !

Where can I find some documentation on all command/event/properties of that object.

For instance I need to know the header name or sth else...

Thanks

Xavier

>You can do this with VFP without wwipstuff. You have to look up the names of the different textboxes on the site. Some code example to start IE, navigate to UT, log in and quit IE.
>
>oie=createobject("internetexplorer.application")
>oie.visible=.t.
>oie.navigate("www.levelextreme.com")
>do while not oie.readystate=4
>enddo
>oie.document.forms(0).key.value="Yourname" &&Put your username here
>oie.document.forms(0).password.value="Yourpassword" &&Put your password here
>oie.document.forms(0).submit()
>do while not oie.readystate=4
>enddo
>oie.quit
>release oie
>
>Pierre Unge, Sweden
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform