Hey
On a form (frmUsers) with a lot of controls (textboxes only) everything
works. on my bindingnavigator i can add, delete and save.
Now i create a groupbox and places 3 radiobuttons and places this on the
form. I bind each radiobutton to respective fields within the
database.(IsMaster, IsSuper and IsUser). Each field has defalut value
IsMaster=0, IsSuper=0 and IsUser=1. it has the datatype BIT.
I've set the DataSourceUpdateMode to OnPropertyChange;
But now i can't addnew, save or delete any more?
Is there some other things to consider when using radiobuttins?
Kind regards
Johnny E. Jensen
Bryan Phillips - 08 Apr 2007 23:19 GMT
Try taking out your change to the DataSourceUpdateMode. I recreated
your scenario using a DataSet, BindingSource and BindingNavigator and
was able to add, save and delete, but I did not change the
DataSourceUpdateMode.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
> Hey
>
[quoted text clipped - 13 lines]
> Kind regards
> Johnny E. Jensen