Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changed syntax?
Message
 
To
26/06/2008 05:07:49
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01326848
Message ID:
01326849
Views:
13
>In some older threads it was suggested to use the syntax lox=GetObject(,"InternetExplorer.Application") to get an object reference to a running IE. However, with VFP9 and IE7 this line reports an error, OLE error code ox800401e3: Operation unavailable. Can anyone help me?
TRY 
   lox=GetObject(,"InternetExplorer.Application")
   ? [Get]
CATCH
   lox=CreateObject("InternetExplorer.Application")
   ? [Create]
ENDTRY
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform