Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Automation and VFP Debugger
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Excel Automation and VFP Debugger
Miscellaneous
Thread ID:
01251942
Message ID:
01251942
Views:
71
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
Next
Reply
Map
View

Click here to load this message in the networking platform