J
juya
Hi all,
I have been struggling with datagrid for more than a week. I pretty new
to datagrid, have never used it before.
All I am trying to do is Edit the TDBGrid in Visual basic. I am
populating the Datagrid from a adodb recordset. Here is my code
Dim rssqldb As ADODB.Recordset
Set rssqldb = gfGetData(Conn, 10, "exec payroll" & "'12/01/06'")
TDBGRID1.datasource = rs
I have set the properties for allowupdate,allowinsert, etc to be true.
Datamode is in bound mode.
I can see the data in the Datagrid, but cannot edit it. Can anyone pls
Help!
I have been struggling with datagrid for more than a week. I pretty new
to datagrid, have never used it before.
All I am trying to do is Edit the TDBGrid in Visual basic. I am
populating the Datagrid from a adodb recordset. Here is my code
Dim rssqldb As ADODB.Recordset
Set rssqldb = gfGetData(Conn, 10, "exec payroll" & "'12/01/06'")
TDBGRID1.datasource = rs
I have set the properties for allowupdate,allowinsert, etc to be true.
Datamode is in bound mode.
I can see the data in the Datagrid, but cannot edit it. Can anyone pls
Help!