InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / IgnoreEUICmdErr Property
IgnoreEUICmdErr Property
Gets or sets a value indicating whether Enhanced User Interface command errors are ignored.
Syntax
expression.IgnoreEUICmdErr As Boolean
where expression is a variable that represents a IbmTerminal Object
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
This property is related to CursorProgressIndicator property and is only applicable when CursorProcessIndicator is set to true. The default is false.
See Also