Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can someone help with this button thinggy

Status
Not open for further replies.

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.
 

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
 
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 [2thumbsup]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top