Subject Re: [IBO] "Record was not located to delete"
Author Helen Borrie
At 11:17 AM 25-10-02 +0930, you wrote:
>I added a record and posted it. No Explicit transaction component is on
>the form.
>
>Components:
> Connection
> Query
> DataSource
> SessionProps
>
> ConnectionBar
> DataSetBar
> SearchBar
> NavigationBar
> UpdateBar
>
>The new record is visible.
>
>When clicking on the Delete button of the UpdateBar to delete it, the
>message "Record was
>not located to delete" appears.
>
>Is there a setting in the IB_Query component that would make deleting like
>this possible?
>
>If not, what is the preferred method to provide this functionality?

You can't delete a record that doesn't yet exist in the database. At this
point the inserted row is only in the buffer or, if posted, is only a
pending recversion. Use the 'X' button on the UpdateBar to cancel an
insertion or change on the currently selected buffer row.

Helen