Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tab order 1

Status
Not open for further replies.

sqlpro

Programmer
Dec 30, 2003
297
NZ
hi friends
is there any easy way of setting tab order.
i have 50 controls on a screen and i add new control atleast
once week or delete according new requirements.
it becomes so tidious setting tab order once add or delete
controls.
Thank you very much

cheers
 
You can show a listview of all the items with mover bars instead of the default way of numbering the items directly on the form.

First, go to the Tools-->Options menu and select the Forms page. On the dropdown for "Tab ordering", select "By list". Then, when you are in the form designer and you select the View-->Tab order option, you'll get the listview.


-BP (Barbara Peisch)
 
Hi Barbara
u r wonderful :)
Thank you so much.It saves lot of time for me.

cheers
 
There are two ways of setting tabbing order. I suggest you try the following:

Go to Tools/Options/Forms and set 'Tab ordering' there to "By List".

Then, when you click on "Tab ordering" on a form, the list of the names of your controls are presented in tab order -- and you can drag the icon in the first column to move the controls into the order you want.

Jim Nelson
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top