How to display checkbox in Crystal Report

There is no control that can be used to display the checkbox in crystral report but you can still display using some character and a title tweak on it. To display the checkbox in Crystal Report follow the following step.

1. Create New Formula field
2. Use chr(254) for true and chr(168) for false

IF {isTrue} THEN

chr(254)

ELSE

chr(168)

4. Put this on the page and change the font (right click -> Format Object) , under the font tab select Wingdings

5. Preview the report, you should be able to see the checkbox

,

  1. No comments yet.
(will not be published)
Submit Comment

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Subscribe to comments feed
  1. No trackbacks yet.

SetPageWidth