Wait while modal form is open

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
 
M

Max Smart

Use acDialog in the OpenForm method to set modal and popup properties to
True.

Max
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top