NeuralJack
Centurion
- Joined
- Jul 28, 2005
- Messages
- 138
I have a small form that the user types options into and I want those options to go back to the procedure that called the form. There are more than one values i'd like to return to the calling procedure.
My strategy is to create variables in the calling procedure and pass those variables ByRef into the small options form. I'll open the small form with .ShowDialog and then the answers will be set in the form and the variables updated. When the user presses OK , it will simply shut down the small form and the calling procedure should be able to continue.. i think.
Is there a better way to do this?
My strategy is to create variables in the calling procedure and pass those variables ByRef into the small options form. I'll open the small form with .ShowDialog and then the answers will be set in the form and the variables updated. When the user presses OK , it will simply shut down the small form and the calling procedure should be able to continue.. i think.
Is there a better way to do this?