Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Linking to Excel
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00242046
Message ID:
00242252
Vues:
30
>When I issue:
>
>oExcel = CreateObject("Excel.Application")
>
>I get an ole error "Server execution failed"
>
>
>Anyone knnow whats wrong here?

Some kind of registry problem, apparently. Some of our machines here (including one of my own) have this same problem. The successful fix I've used here is the GETOBJECT method instead:

oTemp = GetObject('','excel.sheet')
thisform.oExcel = oTemp.application
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform