I added a new combo box that allows the user to select by Vender Name (sorted alpha). I adjusted the Tab Order so this combo is tab1 and the VendNumEdit is tab2. When we click the Filter then New, the focus moves from the new combo to the VendNumEdit.
I have looked at the Event Handlers, Form Scripts but I cannot see anywhere where it specifically move the focus.
I even tried adding my own SetFocus as the last StdFormNewCompleted but you can actually see the cursor move from the new combo to the VendNumEdit
Looking for suggestions
Thanks