H
Hemang Shah
I have a checkbox, date time picker & few comboboxes bound to the same
dataset
I know checkbox, datetimepicker won't let me have null when I call AddNew()
Also because if I bind my combo boxes to the same dataset they all change
automagically.
So my theory:
On Addnew(), before addnew is called, unbind the checkbox & datetimepicker &
comboboxes and before endcommit is called, populate the new record with the
value in these controls.
sounds good eh ? Now can someone help me put that into code?
Thanks
HS
dataset
I know checkbox, datetimepicker won't let me have null when I call AddNew()
Also because if I bind my combo boxes to the same dataset they all change
automagically.
So my theory:
On Addnew(), before addnew is called, unbind the checkbox & datetimepicker &
comboboxes and before endcommit is called, populate the new record with the
value in these controls.
sounds good eh ? Now can someone help me put that into code?
Thanks
HS