I'm useing the DBGrid2.AllowAddNew = True
and it add a new record to the grid but I can not type nothing in it. What up
Printable View
I'm useing the DBGrid2.AllowAddNew = True
and it add a new record to the grid but I can not type nothing in it. What up
did you invoke the ADDNEW method of the data control that the grid is bound to? Is the recordset updatable?
I believe I figure it out Thanks alot