HOSTEX_NEXT_FIELD_KEY Data Type
3270 5250
The HOSTEX_NEXT_FIELD_KEY data type specifies how HostExplorer tabs to the next field on the screen. By default, this data type is set to HOSTEX_NEXT_FIELD_KEY_COMMA. You can set this data type only when the HOSTEX_PASTE_MODE data type is set to HOSTEX_PASTE_MODE_PASTE_FIELD.
It has the following values:
Value
|
Definition
|
HOSTEX_NEXT_FIELD_KEY_NONE
|
Indicates that HostExplorer does not interpret any of the characters as the next field key.
|
HOSTEX_NEXT_FIELD_KEY_TAB
|
Indicates that HostExplorer tabs to the next field using the Tab character.
|
HOSTEX_NEXT_FIELD_KEY_COMMA
|
Indicates that HostExplorer tabs to the next field using the Comma character.
|
HOSTEX_NEXT_FIELD_KEY_PARAGRAPH
|
Indicates that HostExplorer tabs to the next field using the Paragraph Mark or Enter key.
|
Related Topics
OnPasteFieldModeTabCharacter
HOSTEX_PASTE_MODE Data Type