Subject Record was not located to delete
Author jliu1530
Hi,

Anybody can help me with this problem? I have a DB aware grid showing
a bunch of records. When I change some fields of a record in the grid
and click my delete button, I do the following,

HolDBView->DataController->DataSource->DataSet->Delete();

I get an exception that says "Record was not located to delete.". It
seems to me the delete requires all fields match. Shouldn't IBO just
use the PK to locate a record and delete it? What I need to do for
this problem?


Thanks in advance,

Jackie