He Everyone,
I have an app that displays a load of data (jobs) in a table, and now I want to assign particular rows different colours depending on a status value against the record. I am guessing this can be done, but now sure how to do it. The data is in a SQLite database and there is a routine to fill the table, but I am unsure where to put my code to change the colour of the text dependant on a value in the table.
David
I have an app that displays a load of data (jobs) in a table, and now I want to assign particular rows different colours depending on a status value against the record. I am guessing this can be done, but now sure how to do it. The data is in a SQLite database and there is a routine to fill the table, but I am unsure where to put my code to change the colour of the text dependant on a value in the table.
David