I have a popup\modal form that is used to create a new record in an application. Basically the user clicks a button it opens a form that allowsadditions. The user puts in the basic information required and clicks save. That closes the input form and returns the user to the view and edit form where they complete any data enty needed.
What I don't want is for the user to be able to tab into a second new record while in the popup. I only want one new record created. I have succesfully stopped the second record via the mouse wheel but can not seem to stop it via other means (tab or arrow). Is ther a way of preventing a form from automatically going to the next new record? Or is there a way to prevent tabing to the next new record. Or should I just rethink this whole thing.
What I don't want is for the user to be able to tab into a second new record while in the popup. I only want one new record created. I have succesfully stopped the second record via the mouse wheel but can not seem to stop it via other means (tab or arrow). Is ther a way of preventing a form from automatically going to the next new record? Or is there a way to prevent tabing to the next new record. Or should I just rethink this whole thing.