Hi I have a TabCtrl. The user should finish the operation on Tab 1 (press a button in the tab 1) before being able to access Tab 2 and the others. How can i make this restriction? /\|-||\/|/\|)
Hi I have a TabCtrl. The user should finish the operation on Tab 1 (press a button in the tab 1) before being able to access Tab 2 and the others. How can i make this restriction? /\|-||\/|/\|)
hi On button of Tab1 declare the extern global value set to specific value and on tab2 check that value if u get that allow it or else set the focus to tab1 cheers