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.
 
Back
Top