changing record color depending on data [message #81965] |
Fri, 04 April 2003 10:47  |
kim
Messages: 116 Registered: December 2001
|
Senior Member |
|
|
hi everyone,
this is an older post but i am still hoping someone can help me out.
i would like to set the color of a whole record (or even just the field, but i would prefer the whole record) depending on the value of one field. for example, i would like to make a record yellow if the field is 'N/A'. can anyone help?
|
|
|
Re: changing record color depending on data [message #81966 is a reply to message #81965] |
Fri, 04 April 2003 11:13   |
Julie
Messages: 98 Registered: February 2002
|
Member |
|
|
You have to create a visual attribute for the different color, and one with the default color. Then do a set-item-property, or set-item-instance-property (for a detail block) on an item by item basis depending on the value in the field. I would do this logic in the post-query trigger. I do not know of a way to do it for a whole record at a time.
|
|
|
|