Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Test to see if excel is present
Message
 
À
31/03/2003 13:23:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00771427
Message ID:
00772083
Vues:
8
>>Tamar,
>>
>>Thanks. Can you give the example to reproduce the behaviour when Excel is patially functional?
>
>Here's the easiest repro I know:
>
>oXL = CREATEOBJECT("Excel.Application")
>oXL.Visible = .t.
>oXL.Quit()
>oXL.Visible = .T.
>
>The Excel window that appears is weird, to say the least.
>
>Tamar

Oh, yes. Therefore I used to use three lines always and no matter what:
oXL.Quit()
oXL=.null.
release oXl
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform