Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launching Excel from within FoxPro
Message
De
27/07/1998 09:08:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00120781
Message ID:
00121594
Vues:
17
>Hi François,
>
>There is a workaround to that error you had mentioned.
>
>oExcel = GETOBJECT(,"Excel.application")
>
>would result in an error if an excel session is not running. You need to pass an empty string as the first parameter. This way if an excel session is running you get an object reference to it otherwise a new session is created and an object reference is returned.
>
>oExcel = GETOBJECT("","Excel.application")
>oExcel.Visible = .T.
>

Very useful. Thanks a lot

François
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform