PDA

Click to See Complete Forum and Search --> : DBGrid


ScottF
Jan 3rd, 2000, 08:24 AM
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

Clunietp
Jan 3rd, 2000, 09:35 AM
did you invoke the ADDNEW method of the data control that the grid is bound to? Is the recordset updatable?

ScottF
Jan 3rd, 2000, 10:53 AM
I believe I figure it out Thanks alot