Simple Icon Question
I am a total newbie to Report Builder. We are building an application to
use the designer forms only. Is it possible without creating all new custom
forms to change the icons on all the forms used in the designer application?
We are using Report Builder for Delphi 2007, Version 10.07, professional
edition.
Thanks,
Donald
use the designer forms only. Is it possible without creating all new custom
forms to change the icons on all the forms used in the designer application?
We are using Report Builder for Delphi 2007, Version 10.07, professional
edition.
Thanks,
Donald
This discussion has been closed.
Comments
ReportBuilder retrieves all of it's icons from the rbIDEBmp.res,
rbPrvBmp.res, and daIDEBmp.res resource files. This would be where you
would need to alter the icon images to change the built-in icons without
replacing each form.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
If you would like to simply change the form icons for the designer, preview,
or report explorer, you can use the following properties.
Designer: TppDesigner.Icon
Preview: TppReport.Icon
Report Explorer: TppReportExplorer.Icon
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com