Column does not allow ( DATAGRID )

J

Joao Santa Barbara

Hi all
i have a grid bind with a dataset, and a textbox. i´m using a currency
manager to navigate in the grid, but some times when i press the CM.Addnew
it shows a message in the screen " Column XXXX Does not Allow nulls. do you
....... "

note: what i want is when i press the button ADD it executes de CM.Addnew
and after that i put the Focus in my text box
Sample :
CManager.AddNew()

txtGroupDescription.Focus()

Buttons(False)



How can i turn it of ?....

what i understand so far, is the datagrid who try to submit ...

thks

JSB
 
J

Joao Santa Barbara

Hi all
i have a grid bind with a dataset, and a textbox. i´m using a currency
manager to navigate in the grid, but some times when i press the CM.Addnew
it shows a message in the screen " Column XXXX Does not Allow nulls. do
you
...... "

note: what i want is when i press the button ADD it executes de CM.Addnew
and after that i put the Focus in my text box
Sample :
CManager.AddNew()

txtGroupDescription.Focus()

Buttons(False)



How can i turn it of ?....

what i understand so far, is the datagrid who try to submit ...

thks

JSB
 

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

Top