Hello All, I have a question about forms and memory. I used to always leave
my forms in memory and then load them when needed however, due to becoming
tight on memory, I started to close my forms and then create new ones when
needed. My question is, what is better, leaving them open or disposing of
them? I started getting out of memory errors recently however, I am unsure
if it is because of this or switching to CF2.0 (did both at the same time).