I cannot get my flexgrid to refresh, why?
Printable View
I cannot get my flexgrid to refresh, why?
If you're using vb6 you will need to rebind your grid:
Set MyGrid.DataSource = MyGrid.DataSource
i tried
DatabaseRoster2.DataSource = DatabaseRoster2.DataSource
and i got an error?
Use 'Set' it's an object
I tried
Set MSFlexGrid1.DataSource = MSFlexGrid1.DataSource
no error, but no outcome sorry........:0(