Skip to Content
0
Former Member
Oct 03, 2005 at 05:45 AM

Change a row design in a tableview iterator

211 Views

Hi Everybody!

A simple question :

I have a tableView in a BSP. I want to make a special design for some rows, depending on values.

So I use an iterator, and within the method

RENDER_CELL_START

, I try to write something for

P_STYLE

parameter, something like this :

P_STYLE = '<td style=`background-color:#CCAADD;`>'.

but of course it's not working...

Any idea from BSP professionnals ?

Thanks!

François