Subject Re: [IBO] IBGrid and IB_query.locate
Author Andreas Pohl
G. Nau schrieb:
> How do I modify/trigger the IB_grid to show the located record in the
> FIRST line (instead of the last visible line)?

if IB_Query.Locate('nr',123,[]) then IB_Grid.TopRowNum:=IB_Query.RowNum;

should do the "trick".

--
Andreas