Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / ZmodemCharacterSetTranslationEnabled Property
In This Topic
    ZmodemCharacterSetTranslationEnabled Property
    In This Topic
    Specifies whether Reflection performs character set translations during ASCII file transfers.
    Syntax
    expression.ZmodemCharacterSetTranslationEnabled 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, as well as the translations between the host character set and the PC character set, as specified on the Emulation tab in the Terminal Setup dialog box. The default value is false.
    See Also