I'm converting a Windows VB project from Access to VS .net 2005. The report currently in Access does something really cool with color-coding that I just want to know if it's possible to also do with Crystal Reports.
There are boolean values in the database to indicate whether a component needs to be built. If it's checked off on the screen the user can enter the date it was completed and that gets written to the database. On the report is a checkbox which is checked if the component is being built. If the checkbox has a larger grey square around it, that indicates the component was completed. If the entire line on the report, corresponding to one record, is all grey, that means all the components in the order are complete.
The report is cluttered already so I guess the color-coding gives a nice visual presentation of data without having to add more written information.
I don't know how to insert a screen shot or attach the image or I could show you what I mean. I hope I explained it clearly.
Can do?
Thanks.
There are boolean values in the database to indicate whether a component needs to be built. If it's checked off on the screen the user can enter the date it was completed and that gets written to the database. On the report is a checkbox which is checked if the component is being built. If the checkbox has a larger grey square around it, that indicates the component was completed. If the entire line on the report, corresponding to one record, is all grey, that means all the components in the order are complete.
The report is cluttered already so I guess the color-coding gives a nice visual presentation of data without having to add more written information.
I don't know how to insert a screen shot or attach the image or I could show you what I mean. I hope I explained it clearly.
Can do?
Thanks.