Subject | Re: [IBO] Refreshing in TIB_Query |
---|---|
Author | Florian Hector |
Post date | 2004-09-14T17:37:47Z |
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
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