Subject | Re: R: [IBO] Refresh Current Record in TIBOQuery |
---|---|
Author | Artur Anjos |
Post date | 2003-09-16T10:37:43Z |
> Is this the recommended way?Yes. This will do it automatically. But you can always force it to happen
using something like:
IBOQ.InvalidateBookmark( IBOQ.GetBookmarkStr );
Artur