RobHVB6Sql
Programmer
I hoping this is an easy question for someone.
I have a MSFlexGrid which the user can add and remove columns from via command buttons. Just to look nice I want to finish their addition /subtraction off by sorting the grid (my code is fine here) and moving back to the top of the grid. I cant get it back to the top.
I have tried these
Any suggestions?
Rob Hasard
Data Manager -Genetic Services
(VB6 /SQL 7.0)
I have a MSFlexGrid which the user can add and remove columns from via command buttons. Just to look nice I want to finish their addition /subtraction off by sorting the grid (my code is fine here) and moving back to the top of the grid. I cant get it back to the top.
I have tried these
Code:
.refresh
.row = 0
.col = 0
.rowsel = 0
Any suggestions?
Rob Hasard
Data Manager -Genetic Services
(VB6 /SQL 7.0)