Hi
i have a recordset returning a recordset, in which i have 4 boolean fields.
i also have a bindingcollection in which i am adding 4 checkboxes like so
colbind.add chkView,"Value","View"
no, this line gives me error "invalid property value"
All i want is the checkbox to be unchecked when the value in the recordset is false and to be checked when the value is false.
any better ideas please ?
thanks
i have a recordset returning a recordset, in which i have 4 boolean fields.
i also have a bindingcollection in which i am adding 4 checkboxes like so
colbind.add chkView,"Value","View"
no, this line gives me error "invalid property value"
All i want is the checkbox to be unchecked when the value in the recordset is false and to be checked when the value is false.
any better ideas please ?
thanks