R
RickN
I want to test whether someone has the right to open
a form and need to test for this in the constructor. If they are not
permitted, I want to display a message and exit the form. The question is
how do I exit the form from the constructor before the form is initialized?
Can't use ParentForm.Close() or return.
Thanks,
RN
a form and need to test for this in the constructor. If they are not
permitted, I want to display a message and exit the form. The question is
how do I exit the form from the constructor before the form is initialized?
Can't use ParentForm.Close() or return.
Thanks,
RN