Re: Tab Order Add-In?
- From: "David W. Fenton" <XXXusenet@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 16 Aug 2006 15:25:58 -0500
CDMAPoster@xxxxxxxxxxxxxxxx wrote in
news:1155751023.598422.190380@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
I have a form in A97 that requires many textboxes and comboboxes
(about 300). The customer insists on seeing all the information
on one form so I can't break it up into several forms. Neither
they nor I want to use a tab control. Because of all this, the
Tab Order control is quite inefficient at organizing the tab
order. Even the trick of wiggling the mouse to the right and left
while dragging a control or controls to the top or bottom of the
tab order doesn't speed it up enough. One idea is to write the
names and positions of the controls to a file, put the controls
into a long column, run Auto Order, then read the file to reset
the original positions of the controls. Another idea is to play
with the TabIndex property, perhaps by clicking on the controls in
the desired tab order while running code. Has anyone produced an
Add-In that improves the user experience for developers that need
to change the Tab Order for lots of controls? Does anyone have
other ideas about a good way to do this?
You realize that you can select and move more than one control at a
time in the tab order dialog?
And that you can set the Tab Order property in the property sheet?
And that if you drop the controls on the form in order, they'll end
up with the right tab order?
--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
.
- Follow-Ups:
- Re: Tab Order Add-In?
- From: CDMAPoster
- Re: Tab Order Add-In?
- References:
- Tab Order Add-In?
- From: CDMAPoster
- Tab Order Add-In?
- Prev by Date: Re: Help write a SQL in VBA
- Next by Date: Re: Link form another database table into current database
- Previous by thread: Tab Order Add-In?
- Next by thread: Re: Tab Order Add-In?
- Index(es):
Relevant Pages
|