6
Reply

Return keypress not detected

Stuart Kirk

Stuart Kirk

Aug 26 2008 10:54 AM
10.1k
A strange issue is occuring in my application.

I have a user entry process with a series of steps, guided by msgs and a single splash form. The app checks that the user follows the required steps and stores data at the end of the process, during which keypresses (rtn or esc) are required at certain points. After completing the process once, the user may choose to repeat the steps followed.

On the first attempt all keypresses are detected and handled in the form keydown event. However, on the second pass, detection of the Return keypress ceases. All other key presses are caught and processed correctly, but Return does not even raise the keydown event.

Any ideas or suggestions gratefully recieved!

Rgds,


Stuart Kirk


Answers (6)