Modal dialogs are designed the same way as normal masks. Let's say your designed mask is called "modal1" then the show function is "show_modal1". If you specify "readData", "showData" and "d" from your calling mask the calling mask will be updated even if the modal dialog is shown. If you set these parameters to NULL your calling mask will not be updated as long as the modal dialog is shown.
|
|
|
In case of using script languages the base mask is not updated while the modal dialog is shown.