Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
General
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
Problem with ppvariable.Color
rbuser
April 2003
edited April 2003
in
General
I have set this property to clmaroon and at print and preview it shows
white. Also in the report designer it also shows white. i have tried
setting it at runtime and this also does not work.
Comments
digitalmetaphors
April 2003
edited April 2003
Set TppVariable.Font.Color := clMaroon, not TppVariable.Color.
--
Cheers,
Jim Bennett
Digital Metaphors
Digital Metaphors Corporation
http://www.digital-metaphors.com
info@digital-metaphors.com
rbuser
April 2003
edited April 2003
Make sure the transparent property is set to False. The default value is
True so it doesn't care about the color you set.
Cheers
--
Daniel Lemire
rbuser
April 2003
edited April 2003
I was not trying to change the font color, but to highlight the
box(variable) with the black text in it.
rbuser
April 2003
edited April 2003
this worked , thanks
This discussion has been closed.
Comments
--
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
True so it doesn't care about the color you set.
Cheers
--
Daniel Lemire
box(variable) with the black text in it.