Column does not allow ( DATAGRID )

  • Thread starter Thread starter Joao Santa Barbara
  • Start date Start date
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
 
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
 
Back
Top