axlShowPersistedQuestionDialog
axlShowPersistedQuestionDialog(x_msgID) =>t / nil
Description
Shows the suppressed question dialog for a specified msgId in a Virtuoso session.
This function works only for the message boxes that contain the Do not show this dialog again check box.
Arguments
Value Returned
|
The suppressed question dialog is displayed for a specified msgId. |
||
Examples
Shows the question dialog for msgID 1234 in the current Virtuoso session:
axlShowPersistedQuestionDialog(1234)
=> t
The question dialog be shown for msgID 1234.
Return to top