The BackSpace key will trigger the On Key Press EPP. The On Key Press EEP needs an ASCII code to fire. I'm not sure what the Delete Key's code is.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Lustig Posted At: Wednesday, May 07, 2008 12:33 PM Posted To: RB7-L Conversation: [BULK] [RBASE-L] - DELETE does not fire ON CLICK event. Subject: [BULK] [RBASE-L] - DELETE does not fire ON CLICK event. Importance: Low I have a variable look up combo box. Whenever the user changes the value, by clicking or using the arrow keys, the ON CLICK EEP fires and I'm able to update the listview that this combo box controls. However, if the user hits the DELETE key to clear out the value in the combo box (signaling he wants ALL records displayed in the list view) the ON CLICK EEP doesn't fire. Does anyone know a way I can run code immediately after clearing the value, without having to leave the field? -- Larry

