General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Perform Action In Form1 When Form2 Exits
I think this should be fairly simple, but I don't know the right commands for it. What I want to do is have Form1 be the main program, when you click a button it opens Form2. The user then inputs information into Form2 and clicks a "Save" button.
When Form2 closes, I want Form1 to run some specific code. How do I do this?