Wait while modal form is open

  • Thread starter Thread starter TK
  • Start date Start date
T

TK

I want to open a form with a modal WindowMode and have the
calling procedure wait until the form is closed before
proceeding. Currently, the procedure opens the form and
continues as soon as the form is open, without waiting for
the form to close.

How can I get the calling procedure to wait until the user
is done with the modal form and has closed it?

Any help appreciated.

TK
 
Back
Top