Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / InsertProtocol Property
In This Topic
    InsertProtocol Property
    In This Topic
    Gets or sets a value that specifies what the terminal does if you attempt to insert a character.
    Syntax
    expression.InsertProtocol As InsertProtocolOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    An InsertProtocolOption enumeration value. The default value is FirstNull for 5250 terminals and terminals for legacy sessions. For 3270 terminals, the default value is FirstNullOrTrailingSpace.
    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

    The logic the terminal applies can be over a single field, multiple local fields, or all unprotected fields. See the InsertArena property.

    See Also