If memory serves, I believe you need to capture those special keystrokes with deleteKey, backspaceKey, enterKey, etc. handlers - check the docs. It can get complicated, for example, when the user selects a portion of the field contents before they hit the delete key. I think I have a set of handlers somewhere that I used to try to deal with all possible circumstances (for a dialog box) - let me know if you want to see these.
Regards, Dave Tremmel On 7/11/02 2:46 PM, "Gregory Lypny" <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > I'm using keyUp at the card level to invoke a handler that checks > whether entries into a number of fields are valid. If they are, a Next > button is enabled. Everything works fine except that keyUp does not > capture deletions using the Delete key. Any suggestions? > > Greg > > > Gregory Lypny > Concordia University > ___________________ > "Better for us if you don't understand." > The Tragically Hip > > http://rubbersoul.concordia.ca > > _______________________________________________ > metacard mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/metacard > > _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
