ListO
Señor Member
- Local time
- Today, 02:27
- Joined
- Feb 2, 2000
- Messages
- 167
Greetings to all..
I'm trying to create a custom dialog box which can be called from a procedure.
The procedure that calls the custom dialog box is runing through a for-next loop which is cycling through records looking for certain values. When a record with that value is found, I want to call up the dialog box, have the user make a choice, act according to that choice, then loop onward.
I thought that a modal form (the dialog box) would pause execution of the for-next loop until such time as the modal form was closed, but this is not happening. Am I deluded about the nature of modal forms, or is there something different I should be doing?
Thank for the help.
-Curt
I've made the dialog box modal and pop-up.
I'm trying to create a custom dialog box which can be called from a procedure.
The procedure that calls the custom dialog box is runing through a for-next loop which is cycling through records looking for certain values. When a record with that value is found, I want to call up the dialog box, have the user make a choice, act according to that choice, then loop onward.
I thought that a modal form (the dialog box) would pause execution of the for-next loop until such time as the modal form was closed, but this is not happening. Am I deluded about the nature of modal forms, or is there something different I should be doing?
Thank for the help.
-Curt
I've made the dialog box modal and pop-up.