Larry,

I believe that you can use the RGB values as such
PROPERTY myRegion BRUSH_COLOR [R255,G218,B185]  -- WebPeachPuff
or the Integer value
PROPERTY myRegion BRUSH_COLOR 9221330 -- WebTan

Jan

 


-----Original Message-----
From: Lawrence Lustig <[email protected]>
To: [email protected] (RBASE-L Mailing List)
Date: Thu, 7 Apr 2011 11:00:00 -0700 (PDT)
Subject: [RBASE-L] - Custom colors in report BRUSH_COLOR


I'm using PROPERTY myRegion BRUSH_COLOR 'SILVER' to implement a form of 
complex zebra striping in the a report.


The problem is that I want to use a really light grey color, lighter than 
SILVER, GRAY, or even LIGHT GRAY.  I can set the color I want from the 
"custom colors" box.  But is it possible to set that color through the 
PROPERTY command (eg, using RGB values or something in place of the color 
name)?


--
Larry

Reply via email to