[progress Communities] [progress Openedge Abl] Forum Post: Re: Textbox Click Event Or...

  • Thread starter Thread starter Lieven De Foor
  • Start date Start date
Status
Not open for further replies.
L

Lieven De Foor

Guest
If the documentation states that, than that's a documentation error, as the Click event has nothing to do with keyboard. Just subscribe on the KeyDown event and check the KeyCode: IF e:KeyCode:Equals(Keys:Enter) OR e:KeyCode:Equals(Keys:Return) THEN /* Your code here... */

Continue reading...
 
Status
Not open for further replies.
Back
Top