- Nov 2, 2004
- 1,460
- 2
- 81
I have 2 forms and a class file that holds shared variables. Heres what I'm doing. You click on a button on the first form, it opens up the 2nd form you select your choice and it relays the choice back to the first form through the shared variables and displays information on the first form according to your choice in the 2nd form.
The Problem: Whenever you click the button on the first form to bring up the 2nd form instead of pausing and going to the 2nd form it continues to read code after the 2ndform.show statement. Is there a way to pause reading the code, go to the 2nd form and then go back to the first form and resume from where it left off?
The Problem: Whenever you click the button on the first form to bring up the 2nd form instead of pausing and going to the 2nd form it continues to read code after the 2ndform.show statement. Is there a way to pause reading the code, go to the 2nd form and then go back to the first form and resume from where it left off?
