Every time a form is unloaded it doesn't release all
the memory it once used.
Repeatedly loading and unloading forms seems to
hog memory, eventually slowing my application down (till
RTE 7 'Out of Memory').

Is there a way of unloading a form whilst retrieving
all the RAM memory it took (set frm = nothing has no effect and hide/unhide is not viable). Alternatively, if an appliaction is running for a long time, is it possible to
somehow clear the memory of garbage (without rebooting).