Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel: check if invocation successful
Message
 
 
À
12/02/2015 16:32:47
Al Doman (En ligne)
M3 Enterprises Inc.
North Vancouver, Colombie Britannique, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01615261
Message ID:
01615265
Vues:
33
>
* If you do something like
>
>m.loExcel = CREATEOBJECT( "Excel.Application" )
>
>* can you then reliably check if it was instantiated successfully with
>
>IF TYPE( "m.loExcel" ) == "O" AND NOT ISNULL( m.loExcel )
>  * Invocation successful
>
>
>Related question - Excel 2007 is installed in the dev VM. For test purposes is there an easy way ( short of uninstalling the product ) to temporarily tweak Excel so it won't instantiate successfully?

You need to put createobject in try/catch block.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform