SitesMasstec
Programmer
Hello colleagues:
When I run my parent form, it calls a child form.
In the child form, if it got an error (please see '1') it returns to the parent form, but then, child form is active again, because it continues (please see '2'):
How to stop parent form from returning to child form after error show in '1'?
Well, I could not find an explanation in books, video, etc about the differences in
Thank you,
SitesMasstec
When I run my parent form, it calls a child form.
In the child form, if it got an error (please see '1') it returns to the parent form, but then, child form is active again, because it continues (please see '2'):
How to stop parent form from returning to child form after error show in '1'?
Well, I could not find an explanation in books, video, etc about the differences in
Code:
thisform.Release
thisform.Deactivate
thisform.Hide
etc
Thank you,
SitesMasstec