Changing color in Chui Browse

Hi,
Chui Version 9.1e02 and Windows xp.

We have an old version in which we need(if possible) to change the background color of a Browse cell.

in GUI this is done via the ROW-DISPLAY Trigger such as

IF rowobject.xstat = "X" THEN
ASSIGN rowObject.bkcode:BGCOLOR IN BROWSE br_table = 12.

What needs to be done in Chui?

I have tried doing the same in Chui in the ROW-DISPLAY TRigger -
IF xstat = "X" THEN
ASSIGN bkcode:dcolor IN BROWSE = 12.

But nothing changes

regards

Mike
 
Top