InfoConnect for Unisys VBA Guide
PasteUsingFieldDelimiters Property
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
Object.PasteUsingFieldDelimiters As Boolean

Property Value

The default value is False.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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

 

 


2015 Attachmate

Send Feedback