LauraCairns
Programmer
I am using Active Reports for .Net to produce reports which are displayed in aspx pages in the browser window. I have a problem though displaying parts of my reports in the browser windows.
Does anyone know how to write code which makes a checkbox property true whenever a selected field in a database select statement =1. I am running reports which are populating textboxes from the result of a complex select statement. My problem is that I would like one or two of the flag fields to be displayed with a tick in a checkbox when there value =1. At present the value 1 is just being displayed in a textbox and it doesn't look very good to the user. A checkbox ticked would look much better and more professional. I need to be able to do this in code as well. Im guessing this could be quite tricky as there are no examples in the notes or anything. Could someone help me do this please.
Attached is a copy of the report which I am hoping to do this in. This might give you a better idea what I mean.
Does anyone know how to write code which makes a checkbox property true whenever a selected field in a database select statement =1. I am running reports which are populating textboxes from the result of a complex select statement. My problem is that I would like one or two of the flag fields to be displayed with a tick in a checkbox when there value =1. At present the value 1 is just being displayed in a textbox and it doesn't look very good to the user. A checkbox ticked would look much better and more professional. I need to be able to do this in code as well. Im guessing this could be quite tricky as there are no examples in the notes or anything. Could someone help me do this please.
Attached is a copy of the report which I am hoping to do this in. This might give you a better idea what I mean.