"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.
I have found this cumbersome, but the way I have worked around it is to have the user press ENTER on the field, which generates a ..._button event for that fields, at which point I examine the global variable associated with the control to read the changed text. -- Mark D. Niemiec <[EMAIL PROTECTED]> ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
