axlSuppressPersistedQuestionDialog
axlSuppressPersistedQuestionDialog(x_msgID) =>t / nil
Description
Suppresses the 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 question dialog specified for the specified msgId is suppressed. |
||
Examples
Suppresses the question dialog for msgID 1234 in the current Virtuoso session.
axlSuppressPersistedQuestionDialog(1234)
=> t
The question dialog is not displayed for msgID 1234.
Return to top