InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / DataStreamTranslation Property
In This Topic
    DataStreamTranslation Property
    In This Topic
    Gets or sets whether InfoConnect translates characters from the host to the PC, and vice versa, using the current translation table.
    Syntax
    expression.DataStreamTranslation As Boolean
    where expression is a variable that represents a Terminal Object
    Remarks
    You can specify the translation table using an InfoConnect translation table editor. For more information, see the InfoConnect Help. The default value is false.
    See Also