Access 2007 UI QAT

F

Fred Zuckerman

I'm trying to control the order (left to right) of the buttons on my
QAT. Interestingly, they do not appear in the order of the XML commands.
Any Suggestions?
Thanks,
Fred

Here's my code in USysRibbons:

<mso:customUI
xmlns:mso="http://schemas.microsoft.com/office/2006/01/customui">
<mso:ribbon startFromScratch="true" >
<mso:qat>
<mso:sharedControls>
<mso:control idQ="mso:FilePrintPreview" visible="true"/>
<mso:control idQ="mso:printPreviewClose" visible="true"/>
<mso:control idQ="mso:SortUp" visible="true"/>
<mso:control idQ="mso:SortDown" visible="true"/>
<mso:control idQ="mso:FindDialog" visible="true"/>
<mso:control idQ="mso:FilterAdvancedByForm" visible="true"/>
<mso:control idQ="mso:FilterToggleFilter" visible="true"/>
<mso:control idQ="mso:ExportWord" visible="true"/>
<mso:control idQ="mso:FileSendAsAttachment" visible="true"/>
<mso:control idQ="mso:ViewsFormView" visible="true"/>
<mso:control idQ="mso:ViewsDatasheetView" visible="true"/>
</mso:sharedControls>
</mso:qat>
</mso:ribbon>
</mso:customUI>

But here's the L-R button order on my QAT:
1. FileSend
2. PrintPreview
3. Ascending
4. ClosePreview
5. Descending
6. Binoculars
7. FilterByForm
8. ToggleFilter
9. ExportWord
10. FormView
11. DatasheetView
 

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

Similar Threads

QAT Button Order 0

Top