Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / XmodemCharacterSetTranslationEnabled Property
In This Topic
    XmodemCharacterSetTranslationEnabled Property
    In This Topic
    Specifies whether Reflection performs character set translations during ASCII file transfers.
    Syntax
    expression.XmodemCharacterSetTranslationEnabled As Boolean
    where expression is a variable that represents a FileTransfer Object
    Remarks
    When this property is set to true, Reflection performs the character set translations (specified on the Translation tab in the File Transfer Setup dialog box) and the translations between the host character set and the PC character set (specified on the Emulation tab in the Terminal Setup dialog box). The default value is false.
    See Also