I have searched the forums but hve not found anything exactly like this, so forgive if I'm asking a question that's already been answered.
I have a grid where the record is in edit mode. The user tabs from one textbox to the next, entering data. the last tab stop is the check button. When the user tabs to the check button and then hits enter, the OnUpdate code fires. But the row is updated and the row closes and the cursor goes to the next tab stop (in this case, the beginning of the page). I have used SetFocus(AcctHeaderDetail.MasterTableView) to keep the focus on the grid. It does, but the focus goes to the insert button in the grid.
What I need to do is keep the focus in the grid in such a way that the user is able to use the down arrow to move down to the next record, hit Enter and the row opens up for editing.
Ho do I manage control of what object receives the focus after the OnUpdate code behind executes?
I have a grid where the record is in edit mode. The user tabs from one textbox to the next, entering data. the last tab stop is the check button. When the user tabs to the check button and then hits enter, the OnUpdate code fires. But the row is updated and the row closes and the cursor goes to the next tab stop (in this case, the beginning of the page). I have used SetFocus(AcctHeaderDetail.MasterTableView) to keep the focus on the grid. It does, but the focus goes to the insert button in the grid.
What I need to do is keep the focus in the grid in such a way that the user is able to use the down arrow to move down to the next record, hit Enter and the row opens up for editing.
Ho do I manage control of what object receives the focus after the OnUpdate code behind executes?