Hi :wave:
I'm doing a search in a MSHFlexGrid.
That works good.
My problem is after the search.
How can I make the MSHF scroll throw the rows?
Thank you.
:thumb:
Printable View
Hi :wave:
I'm doing a search in a MSHFlexGrid.
That works good.
My problem is after the search.
How can I make the MSHF scroll throw the rows?
Thank you.
:thumb:
I found it!!
Code:'...
me.mshflexgrid1.TopRow = rowSelected
'...