‎2010 Dec 19 7:19 AM
Hi all,
I have 5 tabs in a sequence in a tab strip control. The first tab is the main tab. The user has to enter data into this tab before he can proceed to anyother tab. My problem is that I have to navigate to a specific tab based on the data he enters on the main tab i.e. when the user selects a specific check box and presses the enter key, the system will navigate to that tab for data entry. Any help on how i can do this will be appreciated.
regards,
Hamza
Edited by: Hamza Jawaid on Dec 19, 2010 8:19 AM
‎2010 Dec 20 8:45 AM
hi
Store the tab name into tab control activetab field like mytabstrip-activetab = 'yourtabname'.if not working, use function code of tab.
Edited by: Syed Maheboob on Dec 20, 2010 9:46 AM
‎2010 Dec 22 6:10 AM
Hi,
Assign function code to each tab in tabstrip and validate the entered values and decide which tab is to be active and call the active tab.
Regards,
Thiru