Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400HavingString Property
In This Topic
    Xfr400HavingString Property
    In This Topic
    Gets or sets a string that imposes a condition on a function of the Select statement.
    Syntax
    expression.Xfr400HavingString As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    You can only create a Having statement after you create a select statement using Xfr400SelectString.

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

    Use the following syntax for this string (maximum 220 characters):

    [function](field name)[test][value]

    See Also