jonegr
Posts: 6
|
| Posted: 03/06/2006, 9:08 PM |
|
Am using CCS3
In a grid one field is a date. I have used the example to change the font colour b to red if the year is prior to the current year.
When this condition is met the text is not displayed. Content is changed toHTML.
Suspect it is to do with styles
Can any one assist please
|
 |
 |
eiden
Posts: 34
|
| Posted: 03/07/2006, 2:38 AM |
|
What is the Data Type (date,integeger,text .. ) of the label?
Try changing it to text and see if it's displayed.
If that doesn't help, please post the code you are using.
|
 |
 |
jonegr
Posts: 6
|
| Posted: 03/07/2006, 6:00 PM |
|
Thanks for the reply. Just checked and found that i had set (by mistake)the adjacent field to HTML. Corrected and works as should.
|
 |
 |
|