rleiman Well-Known Member Licensed User Longtime User Nov 29, 2011 #1 Hi Everyone, Can you tell me if it's possible to click a tab on a tabhost view using code? I would like to do this after the user click the save button when the user is on tab page3 of my app. I want to have tab page1 clicked. Thanks.
Hi Everyone, Can you tell me if it's possible to click a tab on a tabhost view using code? I would like to do this after the user click the save button when the user is on tab page3 of my app. I want to have tab page1 clicked. Thanks.
klaus Expert Licensed User Longtime User Nov 29, 2011 #2 With TabHost1.CurrentTab = Index Best regards. Upvote 0
rleiman Well-Known Member Licensed User Longtime User Nov 29, 2011 #3 Hi klaus, Thanks for the help. Upvote 0