Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Can I change the Rowcolor if the value of a field is NULL ? And if so, how would I code that based on the field [Fname]? And would I put that code on the List Page: After record processed?
Hi,here is a sample:
if (!$data["Fieldname"])$row["rowstyle"]='style="background:blue"';