Unexpected Ribbon behaviour

T

Tom Ventouris

The following is an extract of my Print Ribbon, (one group) attached to my
reports.

<group id="grpPrint" label="Print" visible="true">
<button idMso="PrintDialogAccess" size="large"
label="Print" imageMso="PrintDialogAccess"/>
<button idMso="PublishToPdfOrEdoc" size="large"
label="PDF" imageMso="PublishToPdfOrEdoc"/>
<button idMso="ExportWord" size="large" label="Word"
imageMso="ExportWord"/>
</group>

The PRINT and PDF buttons are available at all times. The WORD button is
available only when opening the DB with the ShiftKey (to bypass start up
procedures)

Any suggetstions on the cause? I do not have an Autoexec macro, the start up
bypass is just a bypass of the spash screen.
 
Top