Click here to Skip to main content
16,021,211 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi everyone,
I'm showing Check boxes in e Crystal report using formula:
If {Table.IsTeacher} = true then Chr(254) else Chr(168) and font "WingDings"
but when the value is TRUE it doesn't display e checkbox Checked but just e thin rectangle. like "[]".
I'm not getting the solution. if anybody could do it, please let me know.
thanx in advance
Posted
Updated 26-Nov-11 15:14pm
v3

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900