I have three controls (say A, B and C) on my form, which receive focus one after another sequentially. I need to track Enter or Tab key presses for the field B. However when I put code into On_Keypress event for control B, it fires when the user hits Enter in field A. In order to catch Enter key press in B I have to write code for the On_Keypress event for the field C.
Is this normal way of A2K operation or am I missing something here?
giedrius
Is this normal way of A2K operation or am I missing something here?
giedrius