Hi group,

Some time ago I posted a question concerning a boolean field in a datagrid. The original message is below. In short:
I want to add checkboxes and a combobox to my datagrid.

Q1: Is it possible? So, Can it be done?

Q2: If so, how? Where can I get an example?

Q3: Is there another way? Can I get around a datagrid?

Thnx.

-----
(Original question)
I have question about a datagrid.

I fill my datagrid with a recordset. In this recordset is a boolean field. So when I load the datagrid i get values like:
true
true
false
false
false
true
etc.

Is it possible to show a checked checkbox for true and an empty checkbox for false?

Thnx in advance!

Regards,

visualsander