L lizzieah Registered User. Local time Today, 21:22 Joined Mar 27, 2003 Messages 11 Apr 6, 2003 #1 Is there a way to start at the top of the page in a field and be able to press tab to get to the next field instead of the cursor jumping down the page to the last or middle one. Cheers
Is there a way to start at the top of the page in a field and be able to press tab to get to the next field instead of the cursor jumping down the page to the last or middle one. Cheers
Mile-O Back once again... Local time Today, 12:52 Joined Dec 10, 2002 Messages 11,316 Apr 6, 2003 #2 You need to set the Tab Index of your controls in consecutive order, starting from 0. If you would like to skip a control while tabbing through, you can set the control's Tab Stop property to No.
You need to set the Tab Index of your controls in consecutive order, starting from 0. If you would like to skip a control while tabbing through, you can set the control's Tab Stop property to No.
P Pat Hartman Super Moderator Staff member Local time Today, 07:52 Joined Feb 19, 2002 Messages 47,594 Apr 7, 2003 #3 You can find the tab order dialog in the view menu.