InfoConnect for Airlines
KermitCharacterSetTranslationEnabled Property


This property affects ASCII transfers from the File Transfer dialog box.
Syntax
'Declaration
 
Property KermitCharacterSetTranslationEnabled As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.KermitCharacterSetTranslationEnabled = value
 
value = instance.KermitCharacterSetTranslationEnabled
bool KermitCharacterSetTranslationEnabled {get; set;}
Remarks
When this property is set to True, InfoConnect 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