Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OLE error CreateObject(internetexplorer.application)
Message
From
27/02/2004 00:38:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
OLE error CreateObject(internetexplorer.application)
Miscellaneous
Thread ID:
00881365
Message ID:
00881365
Views:
76
Just wondering whether prevention/explanation/workaround would be possible
for the intermittent error
1426:OLE error code 0x800706ba: The RPC server is unavailable.
for the statement
oie = CreateObject("internetexplorer.application")
VFP8 run-time , at least IE 5.5 , OS may differ
Just running exe again seems to fix it in almost all cases.

Does anything like
For li=1 To 3
    lsuccess = .T.
    Try
        oIE = Createobject( "internetexplorer.application" )
    Catch To loexception
        lsuccess = .F.
    Endtry
    If lsuccess
        Exit
    Endif
Endfor
make any sense ?

Thanks
Michael
Next
Reply
Map
View

Click here to load this message in the networking platform