See NextControl property. In many cases you do not need to change it because NAV will use position of the control to set the tab order (from top to bottom and than from left to right). To have correct automatic tab order you need to use grid because the text boxes must be in one column etc.
very easy. first select control where u want to focus when form is open. get id of that control form that control's property. put this id in active control on open property of form. then select the next control after that u want to focus on get its id and put it in next control of previously selected control's propety.
eg. two text box id are x1, x2 respectively.
put x1 in activecontrol on open property of form then. put x2 in nextcontrol property of x1. as a result when form run at that time control will be on x1 text box then it will goes to x2 textbox.
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
eg. two text box id are x1, x2 respectively.
put x1 in activecontrol on open property of form then. put x2 in nextcontrol property of x1. as a result when form run at that time control will be on x1 text box then it will goes to x2 textbox.
hope it will help u.
Rajesh
Rajesh Patel