Albert, I managed to use this by using a variable checkbox and then assigning a value to the variable (vmoff) based on the value in the database (moff) as follows:-
vmoff=(ifeq(moff,'1','True','False')) In this case moff was a TEXT 1 column with a value of 1 or 0. This provided the ticks in the required places. No doubt there is a better way to do this, but I recall having a problem getting the DBCheckbox to produce the required results and managed to make this work as above. I hope this helps. Regards, John Docherty -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Albert Berry Sent: Monday, 13 June 2011 4:12 p.m. To: RBASE-L Mailing List Subject: [RBASE-L] - Report DB CheckBox Control I have a report where I wish to display a checkmark when a particular TEXT (1) Column = 'T'. The two column values are T and F. The inputs are performed with a standard checkbox control where Checked value is T and Unchecked value is F. I place the DBCheckBox object on the report, but all I get is a square box. All boxes are without check marks. Anyone succeeded in using this control? Albert

