Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ie in foxpro
Message
De
11/04/2002 15:52:07
 
 
À
11/04/2002 12:40:57
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00643805
Message ID:
00643927
Vues:
10
>i couldn't find how to pass the url to this object to make it work. I looked at the VFP Samples with VFP7 and stuff on MSDN but couldnt get it to work. All i'm doing is telling (hopefully) ie to open in a foxpro window, navigate to the sight of choice, then download the source to a table. Any other ideas? This is driving me nuts. Thanks allot for the help.
>
>Thanks
>
>TomW

Try This:

oie = CREATEOBJECT([InternetExplorer.Application])
oie.Navigate2("www.microsoft.com")

*** Need to check the busy status so you know when it is done loading.

opage = oie.Document
?opage.body.innerHTML

opage = .F.
oie.quit()
release oie, opage


HTH
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform