N
Nathan
Of all the VB.NET techniques I've learned so far, databinding has to be the
most complicated. I've got a problem (among others) with radio buttons. I
finally got the radion buttons to bind correctly when the form first loads,
but now changing them doesn't update the dataset properly.
I have on the form two group boxes, each with two radio buttons. The
Checked property of all four buttons are bound to Yes/No fields in an Access
database. When the form loads, the correct buttons are checked--the first
buttons in each group box. When I click the second button in one the boxes,
it becomes checked and the first one is unchecked. But then when I move the
focus, the first one
becomes checked again and the second unchecked. I've put a datagrid on the
form to see what's happening to the dataset -- when I click the second
button and move the focus, only the field for the second button in the
datagrid is updated, not the first. That is, the field for the second
button becomes checked, but the first one does not become unchecked.
If someone can make sense of what I'm saying and help me out, I'd really
appreciate it.
most complicated. I've got a problem (among others) with radio buttons. I
finally got the radion buttons to bind correctly when the form first loads,
but now changing them doesn't update the dataset properly.
I have on the form two group boxes, each with two radio buttons. The
Checked property of all four buttons are bound to Yes/No fields in an Access
database. When the form loads, the correct buttons are checked--the first
buttons in each group box. When I click the second button in one the boxes,
it becomes checked and the first one is unchecked. But then when I move the
focus, the first one
becomes checked again and the second unchecked. I've put a datagrid on the
form to see what's happening to the dataset -- when I click the second
button and move the focus, only the field for the second button in the
datagrid is updated, not the first. That is, the field for the second
button becomes checked, but the first one does not become unchecked.
If someone can make sense of what I'm saying and help me out, I'd really
appreciate it.