RE: navigating across groups
- Posted by Virtual B <behaviorself at netzero.net> Jun 18, 2002
- 437 views
Hi George, I don't know if this is the proper way to do this or if it's even exactly what you're wanting to do, but the only way I've been able to get from one group to another without using the mouse is by setting focus to a control on the next group. Either by trapping a key or when the last field on the current group loses focus. It seems that I had some problems doing this with combos though. Hopefully someone will have a better solution. Virtual B George Walters wrote: > I have created a panel which has several 'groups' containing items such > as > radio buttons, edittext fields, etc. and have a question. Are there any > keystrokes (rather that mouse clicks) to 'tab' one from one group to the > next group? > > > george > > >