|
-
Apr 15th, 2002, 11:50 PM
#1
Thread Starter
Lively Member
to save the data in flexgrid
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|