Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to scroll in a DBGrid??

Status
Not open for further replies.

hstijnen

Programmer
Nov 13, 2002
172
NL
Hi
I would like to scroll through a DBGrid by tracking the scrollbar. However, when I do that, the active or selected record changes. How can I scroll without changing the selected record?

Thanks
Henk Stijnen
 
use a TStringGrid to make a dummy grid and scroll through it. Or by bass the DBGrid comepletely and build the string grid directly from the table.

sometimes My software has hidden objects in it
that I get the data from to build the visuals.

tomcruz.net
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top