Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmScreen Object / CopyInputFieldsOnly Property
In This Topic
    CopyInputFieldsOnly Property
    In This Topic
    Gets or sets a value indicating whether a copy (cut or append) operation puts values in unprotected input fields on the Clipboard.
    Syntax
    expression.CopyInputFieldsOnly As Boolean
    where expression is a variable that represents a IbmScreen Object
    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 default value is False.

    This property is useful for working with a host application that is form-oriented. If this property is true, the terminal replaces protected characters with spaces. If it is false, protected and unprotected characters are treated identically.

    If this property is True and UseTableFormat is also True, Reflection is more likely to interpret text as containing columns, because there will be more spaces.

    See Also