Guest_imported
New member
- Jan 1, 1970
- 0
I have a modal form which can become terribly recursive once it's accomplished its task. The code is structured in such a way that it will keep going forever if I can't stop it, which I don't seem to be able to.
It can recognize when it's finished the task I've asked it to do, though. Is there a way I can have the form "commit suicide" so it stops executing its code at this point? I've tried things like hide and unload, but the code keeps going and going and going...
It can recognize when it's finished the task I've asked it to do, though. Is there a way I can have the form "commit suicide" so it stops executing its code at this point? I've tried things like hide and unload, but the code keeps going and going and going...