Managing tool bars in code

  • Thread starter Thread starter Bob Bonta
  • Start date Start date
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
 
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.
 
Back
Top