I have two frames in my program. In the left frame I have a treeview-menu (tv_menu) and depending on what I choose, a tab opens in the right frame (tab_1).
And what I would need, is to get the focus to move from the tv_menu to a certain field in a datawindow in tab_1 when i choose a ceratain 'header' from tv_menu.
I've tried all kinds of combinations like:
tab_1.SetFocus()
tab_1.control[upperbound(tab_1.control)].SetFocus()
and mixing with the taborders etc. but nothing seems to work...
Please help me!
And what I would need, is to get the focus to move from the tv_menu to a certain field in a datawindow in tab_1 when i choose a ceratain 'header' from tv_menu.
I've tried all kinds of combinations like:
tab_1.SetFocus()
tab_1.control[upperbound(tab_1.control)].SetFocus()
and mixing with the taborders etc. but nothing seems to work...
Please help me!