RBAddOncontrols
Hi,
I was using the page break component from RBAddOn. Now in version 9 RB
includes one Pagebreak component and there is no new version of RBAddOn
compatible with RB 9.
We have a lot of reports tha use this component. Has anyone update the
pagebreak component of rbaddon to run with rb9.
Thanks,
Jesus
I was using the page break component from RBAddOn. Now in version 9 RB
includes one Pagebreak component and there is no new version of RBAddOn
compatible with RB 9.
We have a lot of reports tha use this component. Has anyone update the
pagebreak component of rbaddon to run with rb9.
Thanks,
Jesus
This discussion has been closed.
Comments
We are not aware of anyone who has migrated these components to RB 9.
Perhaps if there is someone they will answer your post. Here is an article
on the RCL changes for RB 9.
---------------------------------------
Article: RB 9 Architecture Changes
---------------------------------------
ReportBuilder 9 includes architecture changes to more cleanly separate
Designer code from Report code. The code related to component popup menus
and design controls has been broken out into separate classes.
For an example, check out RBuilder\Demos\RCL.
The myChkBox.pas unit contains the component classes....
TppCustomComponent
|
|
TMyCustomCheckBox
|
|-- TmyCheckBox
|
|-- TmyDBCheckBox
The myChkBoxDesign.pas unit contains popup menu and design control classes.
These are compiled into a separate package.
A. Popup Menu classes....
TppComponentPopupMenu
|
|
TmyCustomCheckBoxPopupMenu
|
|-- TmyCheckBoxPopupMenu
|
|-- TmyDBCheckBoxPopupMenu
B. Design Control classes.....
TmyCustomCheckBoxControl
|
|
TmyCustomCheckBoxPopupMenu
|
|-- TmyCheckBoxControl
|
|-- TmyDBCheckBoxControl
--
Nard Moseley
Digital Metaphors Corporation
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com