David Higgs
Programmer
I've managed to get my Grid Rows in alternate colours by placing the following in "Grid INIT":-
this.SetAll("DynamicBackColor", "IIF(alt_col % 2 = 0,RGB(255,255,255), RGB(204,255,204))", "Column") && Alternate Green and White records
I would like to take this a stage further and change the "Row (back or fore) Colour" to Red for certain conditions.
ie if Field wab_net_list.userstatus ="A" change colour to red
I have tried a few examples with no success; any help would be most appreciated.
Regards,
David
this.SetAll("DynamicBackColor", "IIF(alt_col % 2 = 0,RGB(255,255,255), RGB(204,255,204))", "Column") && Alternate Green and White records
I would like to take this a stage further and change the "Row (back or fore) Colour" to Red for certain conditions.
ie if Field wab_net_list.userstatus ="A" change colour to red
I have tried a few examples with no success; any help would be most appreciated.
Regards,
David