As a general design practice. Most application code up to this point in time simply checks the return code status of the dialog open function for being a specific state/action (e.g. PUSHBUTTON_OK or PUSHBUTTON_Cancel) then calls the respective/appropriate code post close of the modal dialog box.
Can this approach work, or are you doing something special "while the modal dialog box is up" and would require dynamic (modal dialog) interface and/or code to be executed?
Bob
Can this approach work, or are you doing something special "while the modal dialog box is up" and would require dynamic (modal dialog) interface and/or code to be executed?
Bob