Subject Re: Record was not located to delete
Author jliu1530
> Do you mean "editing" or "inserting"?

Editing.



> Here's the client code you provided originally:
>
> > >HolDBView->DataController->DataSource->DataSet->Delete();
>
> What are these other objects?
>

They are from the grid I am using, DevExp's QuantumGrid 4.5.2.

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