SuppressConnectionWarning Method ame

Purpose Allows you to suppress warning dialog pop up that appears when an alarm viewer is disconnected from the project.
Example

Private cimOleObj As AMVOCXLib.IAmvOcx

Sub OnScreenOpen()

cimOleObj.SuppressConnectionWarning = True

End Sub

Note: This script should be available in Alarm Viewer Object to work as expected.