The button works only if the user pushes the enter key while the control has focus. If they move to another control via tab or by mouse, there is no event.
I used to use other events in VB that gave more flexibility. Tom Arneson http://tomarneson.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Oleg Kobchenko Sent: Thursday, April 20, 2006 02:08 To: Programming forum Subject: RE: [Jprogramming] event on change text You can use the button event, triggered on enter. --- tom arneson <[EMAIL PROTECTED]> wrote: > I don't think there is an on change event in J, but there should be. > > Tom Arneson > http://tomarneson.com > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Nikitin > Sent: Wednesday, April 19, 2006 18:12 > To: [email protected] > Subject: [Jprogramming] event on change text > > Hi, > > What is the name of event that is sent when user changes contents of a > textbox? > I am trying to write a procedure that recalculates result as user is typing > input, but cannot find a message name for that. > > Andrew. > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
