hi,


i am having one problem.i want to save the data in the database which i enter in the flexgrid.i am using ado

i want that as soon as the flexgrid_leavecell event is invoked it saves the data in the database

the coding of flexgrid_leavecell which i am using is::


Private Sub flxgrid_LeaveCell()
If Not IsNull(txtedit.Text) Then
'user typed an entry in the text box
flxgrid.TextMatrix(Active_FlxCell.row, Active_FlxCell.col) = txtedit.Text
End If
End Sub


regards
ishikha