InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / 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
    'Declaration
     
    
    Property PasteIgnoreFieldType As Boolean
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As Boolean
     
    instance.PasteIgnoreFieldType = value
     
    value = instance.PasteIgnoreFieldType
    bool PasteIgnoreFieldType {get; set;}

    Property Value

    The default value is true.
    Exceptions
    ExceptionDescription
    This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator.
    This exception is thrown when attempting to access or set this property on an IBM 3270 session.
    See Also