Bookmark "Rowhopping"

  • Thread starter Thread starter mw
  • Start date Start date

mw

Member
Hi everybody!

I have following problem using the bookmark functionality of the doa component.

In my program is a table showing db information.
Every 5 seconds there is a refresh on the table.

When the table has a lot of data and the refresh is called the bookmark is set correctly.
But the line of the bookmark is always centered (if possible).

That makes the table looking instable and if you are using the mouse you always have to get to the marked entry.

Is there a possibility to change this "centering" behaviour?

Thanks in advance!
 
I think this is behavior of the controls you are using (TDBGrid?). You could of course save and restore the bookmark of the previously centered record.
 
Hmm, I assumed that the TDBGrid had a property or method that would indicate the top visible record, but this does not seem to be the case.
 
Back
Top