Subject Re: [IBO] Refreshing in TIB_Query
Author Florian Hector
Jason,

to refresh the very record your program just posted, use
Query.InvalidateRowNum(Query.RowNum)

As for your problem of not loosing your current position in the grid, look
at the property RefreshAction of the Query.

Florian