arage
06-01-2001, 12:57 PM
Again, Aren’t shortcut keys to setfocus on a tab control subform possible?
|
View Full Version : Aren’t shortcut keys to setfocus on a tab control subform possible? arage 06-01-2001, 12:57 PM Again, Aren’t shortcut keys to setfocus on a tab control subform possible? Fornatian 06-02-2001, 05:57 AM I don't know a lot about tab controls but one workaround might be to have hidden buttons that you can use as triggers to set focus to the appropriate tab. e.g. have a hidden button with &1 as the caption, when the user hits Alt-1, use the click event of the button to set the focus to the first tab. HTH |