Subject Re: [IBO] 'Static Cursor' 'how-to' with TIBOQuery
Author Woody
From: "Tony Masefield" <polsolsa@...>
> Hi All,
>
> When one deletes a record and then uses DS Close/Open, the cursor
> returns to the first record. What is the best way of maintaining the
> cursor position on the next record after the deleted one? Does one use
> BookMarks or Locate or is there possibly a simpler, more elegant, way
> (considering I'm new to SQL)?
>

I think Refresh and RefreshAction is what you are looking for.

HTH
Woody (TMW)