Results 1 to 4 of 4

Thread: SSDBGrid - Data not updating

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    86

    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:
    1. grdNotes.Columns(x).CellText(grdNotes.AddItemBookmark(i))
    Last edited by vbjohn; Mar 6th, 2006 at 02:55 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width