Key Pressed event [message #77578] |
Wed, 10 October 2001 00:58  |
Kalyan
Messages: 16 Registered: October 2001
|
Junior Member |
|
|
Hi experts,
In forms, what is the trigger that gets fired when the Enter key is pressed?
To be more specific I want to do some validation only when the enter key is pressed by the user. So where should I put this piece of code?
Thanks In Advance
Kalyan.
----------------------------------------------------------------------
|
|
|
Re: Key Pressed event [message #77579 is a reply to message #77578] |
Wed, 10 October 2001 01:32  |
Enno Oost
Messages: 12 Registered: October 2001
|
Junior Member |
|
|
Hi Kalyan
I guess, that you're looking for the "KEY-ENTER-Trigger". You can find it with the "Smart Triggers -> Others". Attention : if you're using the build-in ENTER, the KEY-ENTER-Trigger will not be activated. Use DO_KEY( 'ENTER' ) instead.
Ciao ... Enno
----------------------------------------------------------------------
|
|
|