Results 1 to 4 of 4

Thread: SSDBGrid - Data not updating

  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.

  2. #2
    Frenzied Member oh1mie's Avatar
    Join Date
    Sep 2001
    Location
    Finland
    Posts
    1,043

    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


  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    86

    Re: SSDBGrid - Data not updating

    I just got it working. I forgot 1 simple thing. grdNotes.Update

  4. #4
    Frenzied Member oh1mie's Avatar
    Join Date
    Sep 2001
    Location
    Finland
    Posts
    1,043

    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
  •  



Click Here to Expand Forum to Full Width