Subject RE: [IBO] Insert a record into a TIBOQuery
Author Jason Wharton
Are your KeyLinks properly configured?
Does the record meet the selection criteria of the dataset?
Have you looking into the BufferSynchroFlags property?

Let us know more about your situation if this doesn't help.

Jason Wharton

> -----Original Message-----
> From: IBObjects@yahoogroups.com [mailto:IBObjects@yahoogroups.com]On
> Behalf Of innoy1k
> Sent: Monday, October 31, 2005 9:40 PM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Insert a record into a TIBOQuery
>
> When inserting a record into a TIBOQuery, the record disappears from
> the dataset after post.
>
> How can I make the record stays in the dataset?