Hello,
I'm working on a program that loads and unloads a few different forms. What I want to do is load a form and the user will perform some functions then unload the form and load the next one. The problem I'm seeing is I load the first form and then the program keeps executing and loads the next form(s). How can I make it wait until the first form is finished? The forms are being controlled from a module in my app.
The program is running on a Win98 machine.
Thanks for any input,
J
I'm working on a program that loads and unloads a few different forms. What I want to do is load a form and the user will perform some functions then unload the form and load the next one. The problem I'm seeing is I load the first form and then the program keeps executing and loads the next form(s). How can I make it wait until the first form is finished? The forms are being controlled from a module in my app.
The program is running on a Win98 machine.
Thanks for any input,
J