We are converting a huge Clipper application into FWH and ran into following problem with the INKEY() function.
The present situation is that INKEY() returns most of the standard keys,
1-9, a-z, A-Z and more, but it does NOT return ANYTHING on any cursor
movement keys. This means, it does not react on any of these keys:
arrow-up/down/left/right, Home, End, Page Up, Page Down.
Is this a known problem and if yes, what should we do?