The negative sign you would define in the Display Format.   Then give your 
amount a componentID.

What I usually do is create a report variable for the amount, so say it's 
vAmount.   Then create an "on before generate" eep on the detail band:
IF vAmount < 0 THEN
  PROPERTY componentID FONT_COLOR 'RED'
ENDIF


Karen


 

 

-----Original Message-----
From: angelocappetta <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Tue, Mar 11, 2014 10:09 am
Subject: [RBASE-L] - Report Column color change



Is there a way to change the color of data in a column on a report using an EEP?
ex: A negative amount printed in red, allong with the (-) negative sign. 
Thanks
Angelo
                                          

Reply via email to