T
|
thesofa 1/4/2009 |
search the forum for this, it has come up many times |
![]() |
hichem author 1/6/2009 |
search the forum for this, it has come up many times
|
![]() |
hichem author 1/6/2009 |
The examples didn't work for me <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=36547&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' /> I use PHPRunner I would like to highlight in my list as well as search page the records that have a field (Duration) that exceeds a certain value I use the event on List page : Before display if ("Duration") > 1 then row("shadeclass") = "style='background:red'" endif What's wrong with this one? How do I refer to the database field ("Duration")? many thanks for helping
|
T
|
thesofa 1/7/2009 |
$data["Duration"] |