Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Controlling navigation between tabs.

Former Member
0 Likes
497

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

2 REPLIES 2
Read only

Former Member
0 Likes
453

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

Read only

Former Member
0 Likes
453

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