Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / PasteIgnoreFieldType Property
In This Topic
    PasteIgnoreFieldType Property
    In This Topic
    Gets or sets a value that controls how text is pasted on a screen that has restricted locations. When True, pasting into a restricted field is skipped if the text contains an invalid entry for that field and the remaining text is pasted into subsequent fields. When False, pasting stops and the screen is locked when an attempt is made to paste an invalid entry into a restricted field. This property applies only to IBM 5250 terminal sessions.
    Syntax
    expression.PasteIgnoreFieldType As Boolean
    where expression is a variable that represents a IbmScreen Object

    Property Value

    The default value is True.
    See Also