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

Remove Items From Standard Toolbar

edited February 2004 in General
Is it possible to remove certain items from the Standard toolbar, such as
New and Open?

Or is it possible to not have the Standard toolbar available to end users?

Thanks,

Al

Comments

  • edited March 2004
    I have tryed to add a new item to the toolbar, but Digital Metaphors says it
    will not work because you can't customize the toolbar currently. But you can
    play around with the Toolbar Manager. Maybe you find a way.

    var
    ToolbarManager: TppToolbarManager;
    begin
    ToolbarManager := TppToolbarManager.Create(ReportDesigner.Form);
    //ReportDesigner must be the Designer of your Report


  • edited March 2004
    Hi Al,

    It is possible to remove components from ReportBuilder but unfortunately it
    is not possible to remove other buttons such as New and Open without
    changing the RB source.

    --
    Best Regards,

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