Hello from Germany,
I used < bKeydown > and < bKeychar > in xBrowse
to get a keycode for the keys : LEFT, RIGHT, UP, DOWN
but it only works with < normal > keys like
13 = RETURN and so on.
Is it possible somehow, to get a information, when
i press one of these keys in xBrowse ?
I want to start a special action.
sample : cursor-pos = end of array (eof() ).
I press the key < DOWN > and append a new
array-element.
For that i must know, that < DOWN > was pressed.
Thank you
U. König