Refresh records and stay at current row
Posted: Sun 26 Apr 2020 17:45
I am using myQuery and ListView in Delphi 10.3.3
The listview is databound to the query.
When I select a row in the list view I open a tab with some labels linked to the query.
I want to run a timer to refresh the table every 10 mins.
If the user in the tab on a specific record and the refresh happens the record set jumps to the last record.
Is it possible to do a refresh on the table but retain the current row ?
The listview is databound to the query.
When I select a row in the list view I open a tab with some labels linked to the query.
I want to run a timer to refresh the table every 10 mins.
If the user in the tab on a specific record and the refresh happens the record set jumps to the last record.
Is it possible to do a refresh on the table but retain the current row ?