Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400GroupByString Property
In This Topic
    Xfr400GroupByString Property
    In This Topic
    Gets or sets how to group returned data after a requested function is performed.
    Syntax
    expression.Xfr400GroupByString As String
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default is "".
    Remarks
    When the Select statement (specified by Xfr400SelectString) includes a function and multiple fields, a Group By statement is necessary. This property affects AS/400 data transfer and is only relevant to 5250 sessions.
    See Also