Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel won't paint correctly
Message
From
31/10/2002 13:56:19
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00716458
Message ID:
00717460
Views:
12
>Tamar,
>
>I don't see this behavior with Excel2000 and NT4.
>
>loexcel = createobject("excel.application" ) && excel.exe in memory
>
>loexcel.quit() && still in memory because of the object reference VFP hold
>
>loexcel = .null. && excel.exe is now no longer in memory
>

That's what I get for writing without testing. Looks like loExcel.Quit() isn't sufficient to remove it from memory (even though that works for Word), but releasing or nulling the variable is.

Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform