From: salmonella on
all this is for access 2007

Ok, I can manipulate the access default ribbon tabs and groups but is there
a way to, for example, hide a command in a Tab's group? For example, are we
allowed to hide the 'linked table manager' command in the 'Database Tools'
group? If so, can someone give me a line of xml so I can see how to do it.

Second thing. How to use the RunCommand acCmdEncryptDecryptDatabase
command to set a password/encrypt a database? When I use it from a button on
a formi get an error message saying that it is not available right now,
however, the 'encrypt with password' command in the ribbon works just fine.

thanks
From: Tom van Stiphout on
On Sat, 1 May 2010 15:01:01 -0700, salmonella <uwimdl(a)hotmail.com.dns>
wrote:

Use the getVisible callback. An example is here:
http://www.accessribbon.de/en/index.php?Access_-_Ribbons:Callbacks:getVisible

-Tom.
Microsoft Access MVP



>all this is for access 2007
>
>Ok, I can manipulate the access default ribbon tabs and groups but is there
>a way to, for example, hide a command in a Tab's group? For example, are we
>allowed to hide the 'linked table manager' command in the 'Database Tools'
>group? If so, can someone give me a line of xml so I can see how to do it.
>
>Second thing. How to use the RunCommand acCmdEncryptDecryptDatabase
>command to set a password/encrypt a database? When I use it from a button on
>a formi get an error message saying that it is not available right now,
>however, the 'encrypt with password' command in the ribbon works just fine.
>
>thanks