Crystal Report Help
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I want to dispaly my boolean variables in my crystal report in checkboxes checked or unchecked. Do you have an idea how i can accomplish it. Thank you in advance
what i typically do in this situation is add an image (checkmark, or checkbox would do) to the report in the place where i want to display the boolean data and only show it if my field value is true. this should work for you.
-jim