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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top