If I do: elements.fieldname.bgcolor = ‘ffffff’
all the lines are colored!
Is it possible to color only the current row?
no.. Because what do you want if for example you then go to the next row? Then that selected row’s fieldname is colored or the previous one?
It is not possible in a table/portal/listview to color an indivual cell.. It will always be the complete row. If you want colors or something then you have to do it with calculations that set html data on a label.
elements.fieldname.requestFocus()
know limitation. In a table/portal this is not possible
Will look after 2.0 if that can be changed.