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

Custom Toolbars RB 7 -> 10

edited June 2006 in General
with reportbuilder 7 I have created a new toolbar for the designer using the
TppCustomToolWindow97 class and the uses ppTB97 and ppTB97x. witch uses and
class I have to use with reportbuilder 10?

--
Mit freundlichen Gr??en
Sven Langenkamp

CT Datentechnik GmbH
Eschenstr. 2
D-31582 Nienburg/Weser
Germany

Telefon: +49 [0] 5021 - 9724-15
Telefax: +49 [0] 5021 - 9724-18
http: www.ctdatentechnik.de
e-mail: langenkamp@ctdatentechnik.de

Comments

  • edited June 2006

    - heck out TppToolbar defined in ppToolbarTBX.pas.This class is the ancestor
    for RB toolbars

    - many of the toolbars that appear in the design workspace descend from
    TppDesignToolbar. See ppDesignToolbarsTBX.pas. Also see the
    Initialization/Finalization of this unit for the registration examples.

    - The DataTree and ReportTree tool windows are define in ppToolWnTBX.pas.
    They descend from TppDesignToolWindow, defined in ppDesignToolWindow.pas.
    See the Initialization/Finalization of ppToolWnTBX.pas for an examples of
    registration





    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.