Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine if MS Excel is installed?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01557379
Message ID:
01557405
Vues:
63
>How can I tell if MS Excel is installed via VFP 9 ???
>
>Thanks!
llExcel = .F.
Try
   lobj = CreateObject("Excel.Application")
   llExcel = .T.
Catch
Endtry
If llExcel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform