I'm using a grid on my form which pulls records from a view (SQL backend).
I perform a REFRESH(1,0,"MY_TABLE") each time I move rows to update the
underlying view with changes that may have been done across the network.
Problem is, when I use the scrollbar on a grid to move up and down the row
pointer doesn't change until the body of the grid has focus (i.e. I click on
it) so the records that are displayed are more often than not out of sync
with those in the backend database.
Is there any way of being able to update/refresh the view as the scroll
takes place so it reflects the true data?