Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400WhereString Property
In This Topic
    Xfr400WhereString Property
    In This Topic
    Gets or sets one or more conditions that determine whether a record is transferred.
    Syntax
    expression.Xfr400WhereString As String
    where expression is a variable that represents a FileTransfer Object

    Property Value

    This string can be up to 220 characters long and should use the following syntax:

    [field name] [test] [value]

    The available tests are =, <, >, <=, >=, <>, NOT, LIKE, IN, BETWEEN, IS, ISNOT, and SUBSTR.

    Remarks

    This property affects AS/400 data transfer and is only relevant for 5250 sessions. The default is "".

    See Also