Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / ProcessInvalidKeystrokes Property
In This Topic
    ProcessInvalidKeystrokes Property
    In This Topic
    Gets or sets how Reflection handles invalid keystrokes.
    Syntax
    expression.ProcessInvalidKeystrokes As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    When this property is true, invalid keystrokes generate an error message.

    When this property is false, invalid keystrokes are ignored. For example, if a user presses a key that is mapped to a macro when another macro is running, the default behavior is to display an error stating that a macro is already running. Setting ProcessInvalidKeystrokes to false avoids this error. The default value is true.

    See Also