Steve,
1. Define variables for the two fields you want to compare.
2. Give the two objects on the report component ids.
3. In the On Before Generate EEP for the BAND the fields are located:
IF var1 <> var2 THEN
PROPERTY <componentid> FONT_COLOR 'White'
PROPERTY <componentid> COLOR 'Black'
ELSE
PROPERTY <componentid> FONT_COLOR 'Black'
PROPERTY <componentid> COLOR 'White'
ENDIF
Dawn Hast
"Wills, Steve" <[EMAIL PROTECTED]> wrote on 04/29/2008 04:31:00 PM:
> I’m sure this has been answered somewhere, but so far I can’t find
> it in the PDF’s I’ve downloaded or the doc’s, so, how do I do
> conditional formatting in reports in v8?
>
> I am working on an exception/”police” report. I want to
> conditionally format 2 fields on the report when they are not equal,
> say white on black rather than black on white.
>
> I’m sure it can be done - a property setting I’d guess - but I’m at
> a loss right now as to where to do it.
>
>
> Thanks,
> Steve in Memphis
>
>
>
> J. Stephen Wills
> Program Manager, Research Informatics
> Office of the Vice Chancellor for Research
> University of Tennessee Health Science Center
> 62 S. Dunlap, Suite 400
> Memphis, TN 38163
> Office: 901-448-2389
> FAX : 901-448-7133
>