data binding problem

  • Thread starter Thread starter norm
  • Start date Start date
N

norm

I need to use the BindingContext.Add method to add a new record.
This is a WinForms app with all bound controls.

I am using a numericupdown control which has a minimum value. I need to set
the field of the record to the control minimum.
If this value is not set the record will not be added.

I have tried to add a default value to the table and this doesn't help solve
the problem.

What do I need to do either before or after the add?

Norm
 
Norm,

And not any error is thrown?

Mostly are those questions as yours not to answer without some code.

Cor
 
Back
Top