Click to See Complete Forum and Search --> : how to show tick mark in crystal report
falcons
July 7th, 2008, 02:00 AM
dear friend
please tell me how to show tick mark in crystal report, like in true or false condition if any field is true the show the tick mark on true and other side show cross on false
thanks
jade1977
July 7th, 2008, 03:04 PM
What do you mean by a tick mark exactly? You could do something like this.
if({table.field})=True then
"T"
else
"F"
- Duh... if I would have read this and though I would have known what you meant. Please see the link below and forgive my stupid answer.
jade1977
July 8th, 2008, 08:55 AM
I think this is the answer you are looking for.
http://kenhamady.com/cru/archives/92#more-92
falcons
July 12th, 2008, 02:07 AM
I think this is the answer you are looking for.
http://kenhamady.com/cru/archives/92#more-92
thank you very much
my problem has been solved....
thanks again .
codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved.