3270_keyboardErrorReset

This parameter is used with IBM 3270 emulation sessions only. Standard terminal behavior requires the user to press Reset when an error message appears in the operator information area. Setting 3270_keyboardErrorReset to false (the default) maintains this behavior.

When 3270_keyboardErrorReset is true, the next key pressed clears the error and restores the previous error line data. Reflection attempts to execute the keystroke as follows:

  • If the cursor is in a valid input field and the key is a data key, the data is entered.

  • If the cursor is in a valid input field and the key is a function key, the key operation is executed.

  • If the cursor is not in a valid input field and the key is a data key, the cursor is moved to the next valid input field and the data is entered there (if the data is valid for that field).

  • If the cursor is not in a valid input field and the key is a function key, the cursor is moved to the next valid input field and the key is ignored.

  • If the current screen contains no valid input fields, the user hears a beep with each keystroke and no keystrokes are executed.

Value

Example

<param name="3270_keyboardErrorReset" value="true">

<param name="3270_keyboardErrorReset" value="false">