When I use a variable listview to change colors here is what was given me from this list.
Create and extra col for the font as below CREATE TEMP VIEW vyourname (col1, col2, etc.... , vfont) AS SELECT + Col1, col2, etc..., (IFLT(availpcs,0,'RED','BLACK')) + FROM yourtable WHERE your select clause. The last col changes the whole row based on what you want. James Belisle Making Information Systems People Friendly Since 1990 ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Gustavo Urquizo Sent: Tuesday, March 27, 2012 10:41 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Change Row Color Is there a way to change the row color on a DB Lookup List View based on a column result?, i.e. if column='Fail' change the row color to red. Gustavo.

