Tabbing on a form (OpenInsight 32-bit Specific)
At 11 DEC 2003 02:39:19PM Clay wrote:
Hello,
Hopefully someone can help me out. I'm trying to limit how the tab order works. If you have a form with edit tables, when you press enter to go to the different controls, it goes through every field in the edit table. What I would like to do is to have it tab only to the first field in the edit table instead of every field in the edit table. Is this possible? Does this make sense?
Clay
At 11 DEC 2003 02:51PM Donald Bakke wrote:
Clay,
Sounds like you want a more "AREV" like navigation. You pretty much have to control this yourself using the POSCHANGED event.
dbakke@srpcs.com
At 12 DEC 2003 04:45AM dsig@sigafoos.org wrote:
Clay,
Don is right (big surprise). Using the POSCHANGED event you will be able to move the focus to the next control.
If you want this behavior in all forms then an Promoted Event will be your best bet.
This could also be handled throught the CHAR event but would be overkill for sure.
dsig@sigafoos.org.com onmouseover=window.status=the new revelation technology .. a refreshing change;return(true)"
David Tod Sigafoos ~ SigSolutions
Phone: 971-570-2005
OS: Win2k sp2 (5.00.2195)
OI: 7.0
At 12 DEC 2003 07:21AM Oystein Reigem wrote:
Clay,
Ctrl+Tab will bring you out of the edit table.
- Oystein -