This is a discussion on Retaining the current record after sorting a dataview - ADO DAO RDO RDS ; Hi I have a windows based form with controls bound to a dataview. I have radio buttons which sorts the dataview by different colums as selected. What I want is, the current record displayed on the form to remain displayed ...
Hi
I have a windows based form with controls bound to a dataview.
I have radio buttons which sorts the dataview by different colums as
selected.
What I want is, the current record displayed on the form to remain displayed
when the sort of dataview is changed.
How can I do this?
Now, when I select another radio button to sort by any other column, a
random record is populated on the form.
Kindly advise.
Thanks
-H