InfoConnect for Airlines VBA Guide
Xfr400NumDisplayRecords Property
Gets or sets the number of records displayed in the Query Results window when host records are transferred to the screen display (instead of to a file).
Syntax
Object.Xfr400NumDisplayRecords As Long
Remarks

To specify screen display, set the value of Xfr400OutputDest to Display. If the number of records displayed is less than the number received, click More in the Query Results window to view the remainder.

This property affects AS/400 data transfer and is only relevant to 5250 sessions. The range of values is 1 to 500. The default value is 200.

See Also