How to change row color programmatically - Tips and tricks Area |
10/11/2007 18:12:17 | |
| ASPRunnerPro General questions | ||
|
Is this just a copy and paste thing? I did that but can't make it work yet. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=6491&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' /> |
||
|
|
Sergey Kornilov admin 10/12/2007 |
|
Alberto, |
|
|
|
Alberto author 10/12/2007 |
|
I copy and Paste this in : |
|
|
|
Sergey Kornilov admin 10/12/2007 |
|
Oops, my bad. That was an example for PHPRunner. It's fixed now. row("shadeclass")="style='background:blue'" |
|
|
|
Alberto author 10/15/2007 |
|
It works perfect!!!
|
|
|
A
|
ac163601 10/15/2007 |
|
Alberto, I had the same sort of questions. Have a look through this, it should help with most of your queries |
|
|
|
Alberto author 10/15/2007 |
|
Thank you Shandy this is great but it works in the visual editor only I think. |
|
|
|
Alberto author 10/19/2007 |
|
How could this be done? to condition the change of the color based on the value of one or more fields |
|
|
|
Sergey Kornilov admin 10/19/2007 |
|
You need to clarify what changes you talking about as you mixing all together. |
|
|
|
Alberto author 10/19/2007 |
|
Thanks!!! |
|
|
E
|
ebolisa 10/20/2007 |
|
Alberto, |
|
|
|
Sergey Kornilov admin 10/20/2007 |
|
if rs("fieldname") = "y" then |
|