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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom Toolbar

Status
Not open for further replies.

Basshopper

Technical User
Dec 27, 2003
114
US
I have a custom toolbar that I am using on an MDE file for Multiusers front ends. I have the allow built in Toolbars unchecked on start up so only mine shows. It works on all forms but cannot get it to come up on querys that open. Any suggestions. I want to in start up Uncheck allow Full Menus and for me to do that I need to get the custom toolbar to come up in the query so I don't have to keep going to View and click on my toolbar to be shown.

thanks in advance for your help

PS Using Acess 97
 
a few options, depending on what you are doing:

1) make your toolbar a menubar and select in the STARTUP screen under Menu Bar:

2) if you are launching your queries from a button, you can add to the OnClick event of the button: docmd.ShowToolbar

then later, i think on the form's OnGotFocus event, you can use docmd.showtoolbar FALSE to make it invisible. Unless you want it there all the time and don't want to make it invisible.

any of these appeal to you?
 
Thanks for your reply I used the DoCmd.Showtoolbar in all my code to run my queries worked great

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top