P
Preditor Havasu
Hi All,
I'm having a problem with the QAT in access 07
I'm trying to add custom buttons via XML, and not having any luck.
I can populate the QAT with IDMSO controls, but when I use a custom id
button it doesn't show in the QAT bar.
Below is a sample code I have been working with, the Copy and Paste
buttons will show up but not the Test button.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/
customui">
<ribbon startFromScratch="true">
<qat>
<documentControls>
<button id="Test1" label="Test" imageMso="Delete"
onAction="=OpenMyForm('test')"/>
<button idMso="Copy"
<button idMso="Paste"
</documentControls>
</qat>
</ribbon>
</customUI>
I've tried with and without a label and with and without a size.
I've tried using custom button images
I've tried opening forms as well as MSO functions.
I have checked that 12.0 library is check off.
And I have restarted access for every change I have made, not just
close and reopen the database.
I'm total Lost at this point.
Thanks for any help
Carter
I'm having a problem with the QAT in access 07
I'm trying to add custom buttons via XML, and not having any luck.
I can populate the QAT with IDMSO controls, but when I use a custom id
button it doesn't show in the QAT bar.
Below is a sample code I have been working with, the Copy and Paste
buttons will show up but not the Test button.
<customUI xmlns="http://schemas.microsoft.com/office/2006/01/
customui">
<ribbon startFromScratch="true">
<qat>
<documentControls>
<button id="Test1" label="Test" imageMso="Delete"
onAction="=OpenMyForm('test')"/>
<button idMso="Copy"
<button idMso="Paste"
</documentControls>
</qat>
</ribbon>
</customUI>
I've tried with and without a label and with and without a size.
I've tried using custom button images
I've tried opening forms as well as MSO functions.
I have checked that 12.0 library is check off.
And I have restarted access for every change I have made, not just
close and reopen the database.
I'm total Lost at this point.
Thanks for any help
Carter