02-03-2011 02:27 AM
I have a custom Field which implements Field Change listener
when i press enter i am calling the fieldchangenotify()
when this happens the Focus is moving to the next Field in the screen ..
i want to stop the Focus to move when i press ENTER key ..
any suggestions..
Thanks Regards
Yakub Pasha.
02-03-2011 04:27 AM
Override keyChar and return true when the Enter is pressed.
I didn't actually think you could detect Enter from a FieldChanged event. Can you confirm that is what you are doing?