Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400ReturnMissing Property
In This Topic
    Xfr400ReturnMissing Property
    In This Topic
    Gets or sets whether records that contain values for missing fields should be returned.
    Syntax
    expression.Xfr400ReturnMissing As Boolean
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default value is True.
    Remarks
    When this property is set to true, records with missing fields are returned.This property affects AS/400 data transfer and is only relevant for 5250 sessions.
    See Also