Kbase P23812: Is there a way to distinguish between the "+" key stroke on the alphanumeric section of the keyboard
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Verified
GOAL:
Is there a way to distinguish between the "+" key stroke on the alphanumeric section of the keyboard and the "+" key stroke on the numeric pad section of the keyboard?
FACT(s) (Environment):
Windows
FIX:
There is no way in 4GL to distinguish the "+" key(stroke) on the alphanumeric section of the keyboard from the "+" key(stroke) on the numeric pad. Both keys send the same ASCII value of 43.
It may be possible to use windows API function calls or a specialized third party OCX that would distinguish between the above key strokes.