Is it possible to use keypress in textfield ?
If yes how ?
If yes how ?
The action handler is normally called when the user types the ENTER key.
Doesn't seem like that. The event "txtfield_TextChanged (Old As String, New As String)" is raised as soon as the text has been changed, without the ENTER key to be pressed. This is nasty since when I want to enter a two-digit number (or larger) the event fires with the first digit. Therefore, I have to take care of this byOracle documentation says:
The action handler is normally called when the user types the ENTER key.
txtfield_TextChanged (Old As String, New As String)
If New<10 Then Return