Subject Record was not located to update.
Author Omar Rosa
HI!
I convert my program from DBF files to Interbase, using IBODataset, but I receive thi message

Record was not located to update.

the program fragment is:

Table.insert;
table.fieldbyname...
...
table.post;

repeat
// updating other table, sum counters...
until x=y;

Table.Edit;
table.fieldbyname... //updating counters...
...
table.post; <--- exception: Record was not located to update

This table, has no filters or indexes assigned toi component.
Have a trigger After post to assign an PK counter.

Help!

omar
Thanks


[Non-text portions of this message have been removed]