ZaCkOX
10-17-2009, 10:18 PM
Do I really have to set mshflexgrid's .datasources = nothing and some other stuff... or doesn't unloading the form already unload all the resources I am using?
I have
set formname = nothing
in the form unload event, do I really need anything else unless it's public?
I guess what I am asking is what should I clear in memory and not? Not much point putting code there if it is cleared automatically in the unloading of the form.
I have
set formname = nothing
in the form unload event, do I really need anything else unless it's public?
I guess what I am asking is what should I clear in memory and not? Not much point putting code there if it is cleared automatically in the unloading of the form.