Results 1 to 5 of 5

Thread: MSFlexGrid1.Refresh <-Help

  1. #1

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Angry

    I cannot get my flexgrid to refresh, why?

  2. #2
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232
    If you're using vb6 you will need to rebind your grid:

    Set MyGrid.DataSource = MyGrid.DataSource

  3. #3

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    tried it

    i tried

    DatabaseRoster2.DataSource = DatabaseRoster2.DataSource

    and i got an error?

  4. #4
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Boulder, Colorado, USA
    Posts
    325
    Use 'Set' it's an object
    -Shickadance

  5. #5

    Thread Starter
    Addicted Member Smie's Avatar
    Join Date
    Jun 1999
    Location
    Columbus, OH
    Posts
    249

    Angry

    I tried

    Set MSFlexGrid1.DataSource = MSFlexGrid1.DataSource

    no error, but no outcome sorry........:0(

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