I have a MSHFlexGrid on my Form and I can populate it from the data base, no problem:
[tt]
Set MSHFlexGrid1.DataSource = rstSomeRecordset[/tt]
When I select any row in the Grid, all is fine, except when I want to select very last row. The selection 'jumps' to the next to last row instead. It looks - at the same time - like vertical scroll bar was used to move all rows down and last row is below the visible portion of the grid. I can slid it up to see the last row, but cannot select it.
Any ideas
---- Andy
There is a great need for a sarcasm font.
[tt]
Set MSHFlexGrid1.DataSource = rstSomeRecordset[/tt]
When I select any row in the Grid, all is fine, except when I want to select very last row. The selection 'jumps' to the next to last row instead. It looks - at the same time - like vertical scroll bar was used to move all rows down and last row is below the visible portion of the grid. I can slid it up to see the last row, but cannot select it.
Any ideas
---- Andy
There is a great need for a sarcasm font.