David Higgs
Programmer
I have the following code in my GRID :-
I would like to add another option :-
how would I go about this to achieve one color for [A] & [X] and another color for the rest?
Regards,
David
Code:
this.SetAll("DynamicforeColor", "IIF(net_list.UserStatus = [A], RGB(255,0,0), RGB(0,0,255))", "Column")
I would like to add another option :-
Code:
"IIF(net_list.UserStatus = [X], RGB(255,0,0), RGB(0,0,255))"
how would I go about this to achieve one color for [A] & [X] and another color for the rest?
Regards,
David