Hi All,

I want to display check boxes on crystal report .

To do the same i am using below code ,

select({tb.Visit})

case "Business" :CHR(254)

case "Transit" : CHR(254)

default: CHR(168)

But getting values below instead of chekc box

þ for chr(254)

.. for chr(168)