Subject | Re: Record was not located to delete |
---|---|
Author | jliu1530 |
Post date | 2004-10-21T01:23:48Z |
> Do you mean "editing" or "inserting"?Editing.
> Here's the client code you provided originally:They are from the grid I am using, DevExp's QuantumGrid 4.5.2.
>
> > >HolDBView->DataController->DataSource->DataSet->Delete();
>
> What are these other objects?
>
I do find that if I do the post first
HolDBView->DataController->DataSource->DataSet->Post();
then
HolDBView->DataController->DataSource->DataSet->Delete();
Then I don't have any exceptions. It seems to me the delete doesn't
only look for record based on KeyLinks, but all fields have to match
with the posted values.
Jackie
Jackie