cancel
Showing results for 
Search instead for 
Did you mean: 

Tabstrip Problem

Former Member
0 Kudos

Hi ,

I want to go one tab to another tab within same tabstrip using manuly(not auto) option, before that i should ask user (Do u want save pop up ?) if user click yes button then go to same tab view ,otherwise user click No button , then go to selected another one tab .

please any one help me...

Thanks,

Regards,

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Vijay,

After changing the tab strip property to manual you are getting the poup correctly? then

create two attributes in the view

1. current_tab

2. selected_tab

Then On int assign current selected tab to current_tab and selected_tab.

then in modify view each time you check if selected_tab ne attribute binded to the tab. if no then assign the new value to the selected tab.

then after displaying the poup you will get the value of seleced tab from the select_tab, write code to traverse to teh next tab.

once you moving to the tab is completed make the value of current_tab and selected tab to currenthy selected one

Regards

Sarath

Edited by: Sarath Satheesan on Jan 3, 2008 6:30 AM

Edited by: Sarath Satheesan on Jan 3, 2008 9:36 AM

Answers (0)