Hello All
I have been trying to solve a problem, I have a combo box with 3 Priority settings (High, Medium, Low) I want to change the colour of the text so if High is selected the text would be red, if Medium is selected then text would be Amber, and if Low was selected then the text would be green.
The combo box is called “txtPriortyRanking” and the bound column is 1 which is either 1 for high, 2 for Medium, 3 for low.
Any ideas how I could achieve this?
Please help
Thanks
I have been trying to solve a problem, I have a combo box with 3 Priority settings (High, Medium, Low) I want to change the colour of the text so if High is selected the text would be red, if Medium is selected then text would be Amber, and if Low was selected then the text would be green.
The combo box is called “txtPriortyRanking” and the bound column is 1 which is either 1 for high, 2 for Medium, 3 for low.
Any ideas how I could achieve this?
Please help
Thanks