Hi,
I'm building a software with many forms. I'm having problem to browse through one form to another.
When I close a form their variables, items in lists, objects are not free, when I open the form again the value are still there.
I'm using formX.show to open a form, and I tried formX.free on the onclose event to free the components, also tried Action:=cafree, but it was unsuccessful. When I reopen the closed form I get a exception error.
What is the best way to close forms and free their variabels?
I'm building a software with many forms. I'm having problem to browse through one form to another.
When I close a form their variables, items in lists, objects are not free, when I open the form again the value are still there.
I'm using formX.show to open a form, and I tried formX.free on the onclose event to free the components, also tried Action:=cafree, but it was unsuccessful. When I reopen the closed form I get a exception error.
What is the best way to close forms and free their variabels?