Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / DbcsUnmappedChar Property
In This Topic
    DbcsUnmappedChar Property
    In This Topic
    Gets or sets a value that specifies how the terminal translates double-byte host characters that are not available in the Shift-JIS double-byte character translation table.
    Syntax
    expression.DbcsUnmappedChar As DbcsUnmappedCharOption
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    A DbcsUnmappedCharOption value.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    Remarks
    This property affects file transfers and printed output. This property is applicable to double-byte sessions only.

    See Also