Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application still in memory after application exit
Message
From
13/01/2002 22:52:43
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
Application still in memory after application exit
Miscellaneous
Thread ID:
00604148
Message ID:
00604148
Views:
62
Hi,

My application had a few modaless form which call each other.
Some of the form had call to open some recordset.
I am sure of unload the form, in the unload event of
the form, I had close all the recordset and set all
recordset and connection to nothing.


As for the form, I had unload it and set it to nothing too as show below

calling form
============


with frmMain
.Move xx,yyy
.Show vbModal
end with


set frmMain = nothing


form frmMain
============

with frmNext
.Move xx,yy
.Show vbModal
end with

set frmNext = nothing


Then on exit of my application, I still had my application in memory.
Please kindly advise me on this issue. Thank you
Best Regards
Virusim
Next
Reply
Map
View

Click here to load this message in the networking platform