Subject | Re: [IBO] "Record was not located to delete" |
---|---|
Author | Helen Borrie |
Post date | 2002-10-25T02:27:01Z |
At 11:17 AM 25-10-02 +0930, you wrote:
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
>I added a record and posted it. No Explicit transaction component is onYou can't delete a record that doesn't yet exist in the database. At this
>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?
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