Style conditional

Hi all,

Where a conditional style should be writed?

I mean. I want to change the color of a row and/or field, if some condition is true. I did in the past, but I don’t remember :o

Ex: I want to change the font color and background of a row, if Total > 100 and Total < 1000 and I want to BOLD a field, if the value of this field is True.

Regards.

No idea? Anybody?

Hi,
in the OnRecord event just use the sc_field_style() macro.

jsb

[QUOTE=jsbinca;23785]Hi,
in the OnRecord event just use the sc_field_style() macro.

jsb[/QUOTE]

I will try, thanks.