Janitor
Dec 29th, 1999, 08:01 AM
I need to find a way to stop execution on the form level. I have a cancel button that should end all activity on the current form, hand control back to a main form, and close itself. Unfortunately, once I get done executing the unload procedure, the code begins executing back where it was stopped. The "End" statement won't work because it ends the entire program's executions. Thanks for all help.