May 7, 2002 #1 is1ma1il MIS Feb 15, 2002 51 US I am trying to put a button onto a tab control to open the next tab & previous tab don't know how to do it.
I am trying to put a button onto a tab control to open the next tab & previous tab don't know how to do it.
May 7, 2002 #2 JoanneM Programmer Apr 8, 2002 361 GB Hi there your tabs will have a name a simple way to do this would be to put two buttons on each tab with the code me.page1.setfocus this would bring the tab named page1 to the front. you could repeat this for each button setting the specific pagename you wanted to go to from there. hope this makes sense regards Jo Upvote 0 Downvote
Hi there your tabs will have a name a simple way to do this would be to put two buttons on each tab with the code me.page1.setfocus this would bring the tab named page1 to the front. you could repeat this for each button setting the specific pagename you wanted to go to from there. hope this makes sense regards Jo
May 8, 2002 Thread starter #3 is1ma1il MIS Feb 15, 2002 51 US Joanne, Thank you soo very much. I have been working on that one for ages, thought at one point I had caught the experts out. Thanks again Upvote 0 Downvote
Joanne, Thank you soo very much. I have been working on that one for ages, thought at one point I had caught the experts out. Thanks again