I have a form with a datagrid, a listbox and several option buttons and combo boxes and a command button grouped in a frame.
To start with the user selects an Item from one or more combo boxes and clicks the command button to perform a search. This populates both the list box and flexgrid as well as setting focus to the listbox. I only want the user to be able to tab between the grid and list box, therefore I have set the tabstop property of all the other controls to False. This works for the majority or controls however the option buttons are still included when the user tabs around the screen.
Any help would be greatly appreciated.
Regards,
Ian
To start with the user selects an Item from one or more combo boxes and clicks the command button to perform a search. This populates both the list box and flexgrid as well as setting focus to the listbox. I only want the user to be able to tab between the grid and list box, therefore I have set the tabstop property of all the other controls to False. This works for the majority or controls however the option buttons are still included when the user tabs around the screen.
Any help would be greatly appreciated.
Regards,
Ian