R
Raymond
I have a form with some textboxes, combos and checkboxes.
I use a dataset witch I bind to a Currencymanager.
Everyting is perfect until a run CurrencyManager.AddNew.
Now I want all the textboxes to clear so I can enter new
values. When I have one or more checkboxes bounded this
will stop working. This seams very strange to me! As soon
as I add the code:
chk2Ar.DataBindings.Add("Checked", mDs, "Personal.TvaAr")
It all stop working.
Is this a bug or do I do something wrong??
Thank you
/Raymond
I use a dataset witch I bind to a Currencymanager.
Everyting is perfect until a run CurrencyManager.AddNew.
Now I want all the textboxes to clear so I can enter new
values. When I have one or more checkboxes bounded this
will stop working. This seams very strange to me! As soon
as I add the code:
chk2Ar.DataBindings.Add("Checked", mDs, "Personal.TvaAr")
It all stop working.
Is this a bug or do I do something wrong??
Thank you
/Raymond