Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE error CreateObject(internetexplorer.application)
Message
De
27/02/2004 00:38:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
OLE error CreateObject(internetexplorer.application)
Divers
Thread ID:
00881365
Message ID:
00881365
Vues:
77
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform