Click to See Complete Forum and Search --> : how to change color of a field if it is duplicate..........


Silly Star
December 12th, 2005, 03:17 AM
hi guys

how can i change the fore color of a field value if there is a duplicate of it.


thanks in advance but only for those who help me (Lolz) ;)

Silly

gragi
December 14th, 2005, 10:17 AM
try like
in format editor in the font tab write a formula on color [x+2]

IF (field1) = PREVIOUS(field1) THEN
RGB(255,0,0)
ELSE
RGB(0,0,0)

Gragi

Silly Star
December 15th, 2005, 01:11 AM
hi grag

thanks for ur reply but problem in my case is that
the duplicate value can reside any where in the list.