Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
POST data to server
Message
 
À
12/01/2000 00:29:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00316160
Message ID:
00316746
Vues:
13
Hi Xavier,
The documentation can be found in ieref.chm if you have Visual Studio (search for the file and open it) or somewhere on the MS website....

If you need some further hints, email me privately.

/Pierre

>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
------------- if you cut here, you'll probably destroy your monitor ------------
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform