Subject Cannot Locate Record To Update
Author Jack Mason
We continually run into the error "Record not located to update". The
database object is a TIBOTable connected to a TIBODatabase object. The
record is created using a DBNavigator control, and a couple of fields
are set. We then post using the DBNavigator.

Without moving off the record, we set values into a couple of additional
fields using DBEdit controls, a DBMemo control, and a DBRadioGroup.
When we try to post using the DBNavigator, we get the error message,
"Record not located to update".

There is one DateTimeStamp field, one shortint, and four VarChar fields.

IBO revision is IBO_4_2_I, dated 5/20/2003.


What are we doing wrong?