Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > PartProgram Object : OnExecuteDialogStatusMsg Event
String value representing the status message sent to the Machine Commands list in the Execution Mode Options dialog box.
OnExecuteDialogStatusMsg Event
Description

This event gets launched when the Execution Mode Options dialog box displays StatusMsg.

Syntax
Visual Basic
Public Event OnExecuteDialogStatusMsg( _
   ByVal StatusMsg As String _
)
Parameters
StatusMsg
String value representing the status message sent to the Machine Commands list in the Execution Mode Options dialog box.
See Also