InfoConnect for Airlines VBA Guide
KanaLockState Property
Returns or specifies Kana Mode from the JIS-layout, which produces half-width Katakana characters.
Syntax
Object.KanaLockState As Boolean

Property Value

The default value is True.

When this property is true, the keyboard uses Kana Mode.

When it is false, the keyboard uses ANSI-layout for the keyboard mapping.

Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException 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 is applicable to double-byte 3270 sessions only.

See Also