Ribbons In Access 2007 Adp

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
 
S

Sylvain Lafontaine

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.
 
B

Brent Spaulding \(datAdrenaline\)

You can still create a table to hold your Ribbon XML, but the key is to use
the LoadCustomUI method, as Sylvain has indicated.
 
D

dean josifovski

Can somaone explain me how ribbon table is looking in sql server database.
Thanks
 
T

Tom van Stiphout

On Thu, 08 May 2008 22:46:25 -0700, dean josifovski wrote:

Search the help file for "USysRibbons".

-Tom.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top