J
Joel
Guest
I am trying to automate some actions using SKILL code. However,
certain actions can cause modal dialog that block the execution of a
function until someone manually closes it (or if I use -nograph I have
I set up a timeout mechanism or kill the process using the OS).
I was wondering if there was a way to get the handle of the currently
blocking dialog box in order to close the form and allow the script to
continue? For example, I can use hiGetCurrentWindow() and
hiGetCurrentForm() to get the handle of windows and forms, but neither
one of these seems to return the handle of a modal dialog. Perhaps
there is a hiGetCurrentDialog() or similar function that I just
haven't seen in the documentation?
Alternatively, is there a way to prevent modal dialogs in general?
Thank you in advance.
Joel
certain actions can cause modal dialog that block the execution of a
function until someone manually closes it (or if I use -nograph I have
I set up a timeout mechanism or kill the process using the OS).
I was wondering if there was a way to get the handle of the currently
blocking dialog box in order to close the form and allow the script to
continue? For example, I can use hiGetCurrentWindow() and
hiGetCurrentForm() to get the handle of windows and forms, but neither
one of these seems to return the handle of a modal dialog. Perhaps
there is a hiGetCurrentDialog() or similar function that I just
haven't seen in the documentation?
Alternatively, is there a way to prevent modal dialogs in general?
Thank you in advance.
Joel