Hi
I have a form that init a class in the form_init()
set myclass = nothing
set myclass = new CLASS1
when I close the form , put in the form_terminate()
set myclass = nothing
But , if I call the my form , 3 times from mdi , It lock and only restart my computer
What is wrong ?
thank you in advance
