G
Guest
Hi all
I would like to be able to pause execution of code on a form just after
another form is opened which is designed to collect user input. Once the user
input is collected, the execution of code in the first form is resumed, and
analyses the user input.
So:
1. Code executes
2. User Input Form is opened
3. Code is paused
4. User inputs data into User Input Form
5. Code execution resumes using user data
This is effectively exactly what the MsgBox action does. The difference is
that I want to use a form I have designed myself, rather than a message box.
I guess what is needed is one command to pause execution, and another
command triggered by the User Input Form which resumes the execution again.
Can anyone tell me if this is possible, and if so, how to do it?
Many thanks
David
I would like to be able to pause execution of code on a form just after
another form is opened which is designed to collect user input. Once the user
input is collected, the execution of code in the first form is resumed, and
analyses the user input.
So:
1. Code executes
2. User Input Form is opened
3. Code is paused
4. User inputs data into User Input Form
5. Code execution resumes using user data
This is effectively exactly what the MsgBox action does. The difference is
that I want to use a form I have designed myself, rather than a message box.
I guess what is needed is one command to pause execution, and another
command triggered by the User Input Form which resumes the execution again.
Can anyone tell me if this is possible, and if so, how to do it?
Many thanks
David