I'm fairly new to Mongoose and am customizing the Customer Order Picking form in Factory Track 6.01 to work more efficiently for picking large quantities of lot tracked items. I have set the scanner to append a carriage return to the end of each scan which takes me nicely to the next field. However, after I'm done scanning the QtyEdit field, I want to fire the ProcessClickEvent instead of moving to the next field.
I figured the best way would be to detect the carriage return and fire the ProcessClickEvent if the key press occurred in the QtyEdit field. Unfortunately, I cannot figure out a way to detect a keypress.
Any info on detection of a keypress or a better way to skin this cat would be greatly appreciated.