Karen Your solution was great! ! Thanks, Angelo To: [email protected] Subject: [RBASE-L] - Re: Report Column color change From: [email protected] Date: Tue, 11 Mar 2014 12:01:54 -0400
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

