Opening form on dialog

  • Thread starter Thread starter Roy Goldhammer
  • Start date Start date
R

Roy Goldhammer

Hello there

I have form that i would like that the code won't continue until the form is
closed.

For this i open it as dialog

Is there a way to show the form in this case not as dialog?
 
No. Your only option would be to run the code up to opening the form, and
then trigger running the rest of it by closing it.... probably by breaking
it into two routines and using global variables to store values that need to
be passed from one to the other.
 

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

Back
Top