Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

x_msgID

ID of the message to be suppressed.

Value Returned

t

The question dialog specified for the specified msgId is suppressed.

nil

The question dialog is not 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
 ⠀
X