Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > ApplicationObjectEvents Object : OnUpdateStatusMessage Event
String value representing the displayed message.
OnUpdateStatusMessage Event
Description

This event gets launched when the status bar gets updated with the specified message (Msg).

Syntax
Visual Basic
Public Event OnUpdateStatusMessage( _
   ByVal Msg As String _
)
Parameters
Msg
String value representing the displayed message.
See Also