InfoConnect API Guide
Attachmate.Reflection.Emulation.UTS Namespace / IUtsTerminal Interface / HostScreenTable Property


In This Topic
HostScreenTable Property (IUtsTerminal)
In This Topic

Gets or sets the name of the translation table (.TBL file) to use to convert characters received from the host before they are displayed on the PC.

Syntax
'Declaration
 
Property HostScreenTable As String
 
'Usage
 
Dim instance As IUtsTerminal
Dim value As String
 
instance.HostScreenTable = value
 
value = instance.HostScreenTable
Remarks
If you use the European translation tables supplied with Accessory Manager, be sure to add an INVERT statement. These translation tables are designed for use with Screen To Host rather than Host To Screen. For information about editing translation tables, see the User Help.
See Also