Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Default toolbars display under ReportDesigner

edited February 2007 in General
----------------------------------------------------------------------------
Config: Windows XP SP2
Delphi 7
ReportBuilder 9.01
----------------------------------------------------------------------------

Hey, i would like to change the default toolbar display under ReportBuilder
designer. I know that there is a RBuilder.ini file where such informations
can be saved/loaded. But i would like to have a custom display, even if
the RBuilber.ini is not present on the workstation.

I believe it could be possible by setting up a visible property for the
selected toolbars in the toolbar creation procedure but i can't find the
right place to do this in the source code.

Help would be very appreciated.

Thanks
Bruno



--- posted by geoForum on http://delphi.newswhat.com

Comments

  • edited February 2007
    Bruno,

    Toolbars have changed drastically for RB 10. I believe you can access the
    TppToolbarManager by type casting the TppDesigner.Form property as a
    TppDesignWindow class. From the ToolbarManager, you should be able to
    control the visibility of the toolbars if they have already been created.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.