I am using mysql, so I am aware that there is no BOOLEAN data type.
I am trying to get a checkbox to display on a form. I have tried every numeric data type from BIT to LONGINt, but when I select “CHECKBOX” as the display data type I get nothing. Just the label.
Do I also understand correctly the that CHECKBOX display is not supported in the grid?
TIA