InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Xfr400NumDisplayRecords Property


Xfr400NumDisplayRecords Property
Returns or specifies how many records are displayed in the Query Results window.
Syntax
'Declaration
 
Property Xfr400NumDisplayRecords As Integer
 
'Usage
 
Dim instance As IFileTransfer
Dim value As Integer
 
instance.Xfr400NumDisplayRecords = value
 
value = instance.Xfr400NumDisplayRecords

Property Value

The default value is 200. The range of values is 1 to 500.
Exceptions
ExceptionDescription
This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
Thrown if the set parameter is outside the range of valid values.
Remarks
The Query Results window is displayed when you transfer host records to your display rather than to a file. To specify screen display, set the value of Xfr400OutputDest to Display. If you choose to display fewer records than the number of records that are received, click More in the Query Results window to view the rest.

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

See Also