C
|
Codea 6/7/2008 |
I want any row on my list page to have a red background if the "ElasticDueDate" field has a value of less than the current date. I can't get it to work. I assume my code is wrong and/or in the wrong place. I have it in the ListOnLoad event. if rs("EleasticDueDate")<"NOW()" then sShadeClass = "style=""background-color:red""" end if
|
J
|
Jane 6/17/2008 |
Hi, |