Managing tool bars in code

B

Bob Bonta

I have an application which I have disabled all toolbars
in the startup options. However, I need to make the
Publish in Word or Excel buttons available when a report
is open.

Does anyone know if the tool bars can be manipulated in
code so I can enable when the report is open and disable
when the report is closed.

Thanx in advance ...

Bob Bonta
 
M

Marshall Barton

Bob said:
I have an application which I have disabled all toolbars
in the startup options. However, I need to make the
Publish in Word or Excel buttons available when a report
is open.

Does anyone know if the tool bars can be manipulated in
code so I can enable when the report is open and disable
when the report is closed.


Rather than that, I suggest that you create a custom tool
bar with the buttons you want to make avilable to the users.
Then set the report's Toolbar property to your custom tool
bar so it displays automatically when the report opens.
 

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