Ribbons In Access 2007 Adp

  • Thread starter Thread starter Alibaba
  • Start date Start date
A

Alibaba

any tips on creating ribbons for an access adp project.
I cannot get the database to read the USysRibbons Table and display
customized ribbons. Thanks
- Alibaba
 
There are no USysRibbons table in a ADP project, so you cannot use this
method to display your own customized ribbons. To make a custom Ribbon in
an ADP project, you have to store and retrieve the custom XML yourself and
load it by using the LoadCustomUI function in the startup code.

If I remember correctly, the book Microsoft Office Access 2007 Inside Out
from John Viescas and Jeff Conrad has an exemple for this.
 
You can still create a table to hold your Ribbon XML, but the key is to use
the LoadCustomUI method, as Sylvain has indicated.
 
Can somaone explain me how ribbon table is looking in sql server database.
Thanks
 
On Thu, 08 May 2008 22:46:25 -0700, dean josifovski wrote:

Search the help file for "USysRibbons".

-Tom.
 
Back
Top