dbTalk Databases Forums  

How To Disable Or Hide the A2007 Quick Access Toolbar

comp.databases.ms-access comp.databases.ms-access


Discuss How To Disable Or Hide the A2007 Quick Access Toolbar in the comp.databases.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Wayne
 
Posts: n/a

Default How To Disable Or Hide the A2007 Quick Access Toolbar - 02-28-2008 , 03:10 AM






I've searched this forum and trawled the wider web and can't find any
information on how to hide or disable the A2007 Quick Access Toolbar.
The toolbar is not something that one wants available to the user in a
custom application.

Can it be disabled or hidden and if so, how?

Reply With Quote
  #2  
Old   
lyle
 
Posts: n/a

Default Re: How To Disable Or Hide the A2007 Quick Access Toolbar - 02-28-2008 , 11:22 AM






On Feb 28, 4:10*am, Wayne <cqdigi... (AT) volcanomail (DOT) com> wrote:
Quote:
I've searched this forum and trawled the wider web and can't find any
information on how to hide or disable the A2007 Quick Access Toolbar.
The toolbar is not something that one wants available to the user in a
custom application.

Can it be disabled or hidden and if so, how?
This hides both the ribbon and the QAT in Northwinds 2007.accdb.

DoCmd.ShowToolbar "Ribbon", acToolbarNo

But then what? I'm guessing one will want a custom ribbon or toolbar.



Reply With Quote
  #3  
Old   
Wayne
 
Posts: n/a

Default Re: How To Disable Or Hide the A2007 Quick Access Toolbar - 02-29-2008 , 12:19 AM



On Feb 29, 3:22 am, lyle <lyle.fairfi... (AT) gmail (DOT) com> wrote:
Quote:
This hides both the ribbon and the QAT in Northwinds 2007.accdb.

DoCmd.ShowToolbar "Ribbon", acToolbarNo

But then what? I'm guessing one will want a custom ribbon or toolbar.
After more web trawling, I've found that it seems like the only way to
disable the QAT is by using a custom ribbon and coding the ribbon to
disable the toolbar. I have no great desire to learn XML at this
point in time for the sole purpose of building custom ribbons, and
have found a tool to do just that here: http://www.ribboncreator.de/en/
The site also has tutorials on how to code a ribbon from scratch.

I've downloaded and tested the shareware version that is limited to a
max of 10 buttons and it works well. The asking price of $23.50 US
seems reasonable. I'd be interested to hear if anybody knows of other
similar tools.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.