Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / PasteUsingFieldDelimiters Property
In This Topic
    PasteUsingFieldDelimiters Property
    In This Topic
    When a new line is reached during a paste operation, the terminal attempts to paste the next row at the same column location where the paste began. This property returns or specifies what happens if the new location is protected.
    Syntax
    expression.PasteUsingFieldDelimiters As Boolean
    where expression is a variable that represents a IbmScreen Object

    Property Value

    The default value is False.
    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
    When the value is true, the terminal continues to search for subsequent fields (right and then down) until it finds another unprotected field. If an unprotected field is located, pasting starts in this field. If an unprotected field is not located, pasting stops and any remaining text is placed into the PasteNext buffer.

    When the value is false, pasting stops, and any text remaining in the clipboard is placed into the PasteNext buffer.

    See Also