Can somebody help me…
I want to change the background color in a record in a grid. I use therefore in the event “OnRecord”:
$alarmx = {alarm};
if ($alarmx == 1){
sc_field_style({alarm_kleur},’#FF0000’);
}
Also using only:
sc_field_style({alarm_kleur},’#FF0000’);
no result.
The variable $alarm is an integer which has been set by a script.
Problem is that the fieldcolor in the grid does not change. I tried everything but nor result.
What to do?
Regards, Bert