Link to home
Start Free TrialLog in
Avatar of Murray Brown
Murray BrownFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Access Buttons across multiple tabs

Hi

I copied the buttons in the image from another form to this form and pasted them on one tab. They now appear on all tabs. I want one of the tabs to not show the buttons. How do I achieve this? Thanks

User generated image
ASKER CERTIFIED SOLUTION
Avatar of Daniel Pineault
Daniel Pineault

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Murray Brown

ASKER

Thanks very much
Avatar of Daniel Pineault
Daniel Pineault

Any time Murray!  

We've all been there.  lol.
Appreciate the help once again Daniel!
Actually, if these buttons apply to all but one tab, I would leave them floating over the tab controls, and use the Change event of the tab control (not the individual tab pages) to determine what tab page is active, and make the visible or hidden for the appropriate tabs.

Otherwise, if you copy them to each individual tab page, you will have to duplicate the code behind each button on each of the tab pages.
Valid point Dale!  Depending on the design, that could be a very efficient way to handle things.