Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400NumDisplayRecords Property
In This Topic
    Xfr400NumDisplayRecords Property
    In This Topic
    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
    expression.Xfr400NumDisplayRecords As Integer
    where expression is a variable that represents a FileTransfer Object
    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