Re: Tab Order Add-In?



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/
.



Relevant Pages

  • Re: Win32::GUI: Documentation, Layout and accessability
    ... navigation when you've got the HTML content locally. ... doing the code has not specified the WS_TABSTOP style for the controls. ... Without this style they won't be part of the tab order in the dialog, ... >> I copy more text in the clipboard. ...
    (comp.lang.perl.misc)
  • Tab Order Add-In?
    ... The customer insists on seeing all the information on one form ... the Tab Order control is quite ... the mouse to the right and left while dragging a control or controls to ... reset the original positions of the controls. ...
    (comp.databases.ms-access)
  • Re: Win32::GUI: Documentation, Layout and accessability
    ... design environment (written in Win32::GUI http://user.bahnhof.se/~johanl/perl/Loft/ ... My rationale is that these controls ought to be in the tab order in the first place and the user wouldn't have to memorize putting them there. ... And cancel should be the second because most dialogs start with OK and Cancel in the very bottom in this order. ...
    (comp.lang.perl.misc)
  • Re: How to change tab order of report controls?
    ... I think the OP is referring to the tab order in design view. ... selecting of controls by name. ... > When someone generates a report, ...
    (microsoft.public.access.reports)
  • Re: Set focus on command button
    ... SetFocus is used on forms with a Tab order; ... Controls on a worksheet doesn't behave that way, ...
    (microsoft.public.excel.programming)