sodakotahusker
Programmer
- Mar 15, 2001
- 601
I am trying to convert some Access reports to dot.net using Crystal. On of the forms, there is a checkbox under several options with one of them being checked. For example - payment type Cash COD Check Credit Card
It is easy to draw the empty boxes on the report. But at run time I need to change one of them to one that is checked. I thought maybe I could dynamically draw lines in the box - or maybe insert the ASCII character which is a checkbox (I've used that trick in the past but in this case it probably won't match the size of the empty boxes?). Can anyone give me some advice on how to do this? Thanks!!
It is easy to draw the empty boxes on the report. But at run time I need to change one of them to one that is checked. I thought maybe I could dynamically draw lines in the box - or maybe insert the ASCII character which is a checkbox (I've used that trick in the past but in this case it probably won't match the size of the empty boxes?). Can anyone give me some advice on how to do this? Thanks!!