Hi,
I have a DataGrid that displays a recordset , which one of its fields is boolean. Is there a way for me to display it on the DataGrid as a checkbox, instead of a numerical value ?
Thanks,
Yaron.
Printable View
Hi,
I have a DataGrid that displays a recordset , which one of its fields is boolean. Is there a way for me to display it on the DataGrid as a checkbox, instead of a numerical value ?
Thanks,
Yaron.
if u r willing to modify from other people code, refer http://vblib.virtualave.net, there should be a function called ComboboxInput for vbMsflexGrid, there will enable combobox input inside a msflexgrid control. use the same method, you might get what u wants.
HTH
cksiow
http://vblib.virtualave.net - share our codes