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

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

Syntax
Visual Basic
Public Event OnExecuteDialogErrorMsg( _
   ByVal ErrorMsg As String _
)
Parameters
ErrorMsg
String value representing the error message sent to the Machine Errors list in the Execution Mode Options dialog box.
See Also