Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question about IE7
Message
From
08/01/2007 15:25:45
 
 
To
05/01/2007 17:17:16
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01183008
Message ID:
01183570
Views:
16
>I have been using the ie6 object to do some HTML requests as follows:
>
> oie = CreateObject("InternetExplorer.Application")
>
>-> force call a certain URL
> oie.Navigate(lurl)
>
>-> parse content and extract data
>
>cvar = Alltrim(oie.Document.Body.InnerHtml)
>
>
>so... I upgrade to ie7... all of a sudden I get errors that InternetExplorer class is no longer there... Any ideea how to refernce the new classes...

I have IE 7 and this command works ok.

During your installation, did you experience problems? Also, do you have that error on the CreateObject() line?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform