This topic is locked

Row Colour

6/18/2009 9:24:48 AM
PHPRunner General questions
C
christwigg74 author

Hi,

I've searched all posts and tried all examples but none seem to work
I'm trying to change a row colour based on the following example
in Events list page after record processed
$row["rowstyle"]='style="background:red"';
any ideas ?

Sergey Kornilov admin 6/18/2009

I recommend to post your application to Demo Account (use 'Demo Account' button on the last screen in program). Then open a ticket at http://support.xlinesoft.com sending your Demo Account URL for investigation.

T
thecomputerguy 6/18/2009

Hi,

I've searched all posts and tried all examples but none seem to work
I'm trying to change a row colour based on the following example
in Events list page after record processed
$row["rowstyle"]='style="background:red"';
any ideas ?


Here is an article that Jane send and it worked perfect for me. hope i helps.

J
Jane 6/19/2009

Hi,
try to use this one:

$record["rowstyle"]='style="background:red"';

C
christwigg74 author 6/20/2009

Hi,

try to use this one:


Thanks Jane it worked a treat!