I can't use thisform.release because I'm not in a form. I'm trying just to get out of the program altogether when an error is generated and clear events is not working, it simply continues on the line following the line that generated the error.
Does this only work with thisform.release? What do I need to do to kill the program? I've tried a series of the following options.
Clear
Clear all
close all
clear events
exit
I tried accessing the form through the object name and killing the form that way, too. No luck there either.
Ideas?
Does this only work with thisform.release? What do I need to do to kill the program? I've tried a series of the following options.
Clear
Clear all
close all
clear events
exit
I tried accessing the form through the object name and killing the form that way, too. No luck there either.
Ideas?