-
Datagrid - checkbox
I have displayed a datagrid linked to an Access-table. The Access-table contains a yes/no field. The link between the Access-table and the datagrid is all right, except for the boolean or yes/no field, because in the datagrid, only the value of this boolean field is shown (0 or 1), and I would like to see the checkbox instead.
Is there any possibility to show a checkbox in the datagrid in runtime ?
-
Re: Datagrid - checkbox
try this
column (grid.columns(index).style = ssStyleCheckBox
Iouri Boutchkine
[email protected]
-
Re: Datagrid - checkbox
Thanx for your reply !
Tried everything, but can't find the solution. Your suggestion "ssStyleCheckbox" is not a code applicable to VB 6.0.
You have any suggestions for VB 6.0 ??