Page 1 of 1

Find Next and Find Previous

Posted: Wed 26 Aug 2009 14:54
by inageib
Hello,
I need to implement a find next search feature for a grid, what is the best way to do that ?

I use FireBird 2.1.2

Thanks

Posted: Thu 27 Aug 2009 07:20
by Plash
You can use the LocateEx method. Pass lxNext to the LocateOptions parameter to find the next record, or lxUp to find the previous record.

Posted: Thu 27 Aug 2009 10:14
by inageib
many thanks