Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400SendConversion Property
In This Topic
    Xfr400SendConversion Property
    In This Topic
    Gets or sets a conversion format for files sent to an AS/400. This property affects AS/400 data transfer and is only relevant for 5250 sessions.
    Syntax
    expression.Xfr400SendConversion As AS400SendConversionOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An AS400SendConversionOption Enumeration value. The default value is Ascii, which is appropriate for files with no special formatting and fixed record widths.
    Remarks

    See Also