Subject Re: [IBO] record is unvisible in grid after inserting
Author Helen Borrie
At 11:24 PM 20/09/2003 +0000, you wrote:
>My components
>IB_Database,
>IB_Query,
>IB_DataSource,
>IB_Grid.
>
>I can edit/delete.
>But after i inserted an new record, record is unvisible in grid.
>If I refresh or close/open dataset, record is visible.
>
>How can i see new inserted records in grid ,as live inserted at the
>server. (without code)

Make sure that the Keylinks of the dataset uniquely identify each row and
that your BufferSynchroFlags include bsAfterInsert.

Helen