HOSTEX_PASTE_MODE Data Type
3270 5250
The HOSTEX_PASTE_MODE data type specifies how HostExplorer pastes the contents of the Clipboard to the current cursor location. By default, this data type is set to HOSTEX_PASTE_MODE_PASTE_BLOCK.
It has the following values:
Value
|
Definition
|
HOSTEX_PASTE_MODE_PASTE_BLOCK
|
Indicates that HostExplorer stops pasting text when it reaches a protected field on the screen.
|
HOSTEX_PASTE_MODE_PASTE_OVERLAY
|
Indicates that HostExplorer ignores pasted characters that overlay protected fields.
|
HOSTEX_PASTE_MODE_PASTE_STREAM
|
Indicates that HostExplorer pastes text one character at a time and stops when it reaches a protected field.
|
HOSTEX_PASTE_MODE_PASTE_
|
Indicates that HostExplorer pastes text using wordwrap. In this case, HostExplorer pastes text, stops at a protected field, and continues pasting at the next available unprotected field.
|
HOSTEX_PASTE_MODE_PASTE_FIELD
|
Indicates that HostExplorer pastes text in a stream-like fashion, and moves to the next field when a HOSTEX_NEXT_FIELD_KEY character is encountered.
|
Related Topics
PasteMode
HOSTEX_NEXT_FIELD_KEY Data Type