Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excel Automation and VFP Debugger
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Excel Automation and VFP Debugger
Divers
Thread ID:
01251942
Message ID:
01251942
Vues:
68
I found a very strange behaviour of the Excel application object when VFP Debugger is open. For reproducing of this behaviour test the following rows of code
loExcel1=CREATEOBJECT("Excel.Application")
loWbs=loExcel1.Workbooks
loWBNew=loWbs.Add
? loWbs.Count && wait the few seconds and repeat
? loWbs.Count 
? loWbs.Count
The number of the added workbooks grows very fast.
Could anybody explain that?

VFP9.0 SP1 on Windows XP Professional
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform