[Migrated content. Thread originally posted on 08 May 2003]
Hi there,A program's screen section running in character based UNIX has been changed to other format so that instead
03 using INPUT-FIELD pic zzzz9.99
line 10 col 10
. . .
. . .
now is
03 INPUT-FIELD-NAME,
entry-field,
line 10 col 10,
value INPUT-FIELD
id is 10,
. . .
. . .
and in its cblconfig the key is defined as exception key:
KEYSTROKE EXCEPTION=105 KI
Problem now is that with the previous format program was capable to trap the key but not anymore in the new (entry-field) format.
As the key is not mentioned in the Manual's text
. . .
"When an entry field has the input focus, the Home and End keys position the cursor at the beginning or end of a line of text. The Page-Up and Page-Down keys can be used to scroll a multi-line entry field. Setting KEYSTROKE configuration entries does not affect these actions."
. . . so I tought that it still might be doable some how ?
Is it ? ? ?



