InfoConnect for Airlines VBA Guide
Xfr400GroupByString Property
Gets or sets how to group returned data after a requested function is performed.
Syntax
Object.Xfr400GroupByString As String

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