Try the "Enter" event. It should be dispatched when the enter key is pressed with the Combo in focus.
-- Jeff Tapper jeff.mxdj.com Quoting Dimitrios Gianninas <[EMAIL PROTECTED]>: > I know there may be no solution to this, but I'll ask anyways. > > I have a ComboBox and when it had focus, the user can select the correct > item by using the up/down arrows. You would think hitting enter the key > would cause an event to fire, or to trigger the click event on the > default button of the current form (ex.: <Form > defaultButton="btnSubmit"/>)... but it doesn't. > > Anyone have a work around? > > Jimmy Gianninas > Software Developer - Optimal Payments Inc. > >

