|
-
Mar 6th, 2006, 02:51 PM
#1
Thread Starter
Lively Member
SSDBGrid - Data not updating
I have a grid table ("grdNotes") and a button ("cmdUpdate") on the form.
grdNotes AllowUpdate is set to true.
So after I updated some data in the grid I hit the cmdUpdate button.
On the Cell the that I updated I looked at the code and it was still the same datea as before and not the updated data that I entered in. This is how I am grabbing the text. What am I doing wrong.
VB Code:
grdNotes.Columns(x).CellText(grdNotes.AddItemBookmark(i))
Last edited by vbjohn; Mar 6th, 2006 at 02:55 PM.
-
Mar 6th, 2006, 03:35 PM
#2
Frenzied Member
Re: SSDBGrid - Data not updating
Can you show little more code, your sample is telling nothing yet.
What you have written on BeforeColUpdate or AfterColUpdate area?
oh1mie/Vic

-
Mar 6th, 2006, 03:49 PM
#3
Thread Starter
Lively Member
Re: SSDBGrid - Data not updating
I just got it working. I forgot 1 simple thing. grdNotes.Update
-
Mar 6th, 2006, 03:52 PM
#4
Frenzied Member
Re: SSDBGrid - Data not updating
Ok
I use that SSDBGrid too
oh1mie/Vic

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
|