Programming with Reflection

image\rwnprg32.gif HostKbdType property

 

Syntax

object.HostKbdType
object.HostKbdType = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) which keys can be used in numeric fields.

This property is only relevant for 3270 terminal sessions.

Values

The default is rcNormalKbd.

rcDataEntry Specifies that all keys can be used.

rcNormalKbd Specifies that only numeric keys (either the number keys on the typewriter keyboard or those on the keypad) and certain symbol keys (+ - . ,) can be used.

rcTypewriter Specifies that uppercase letters (A-Z), shifted number keys (producing symbols like !, @, and #), and the number keys on the keypad can be used.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property