Subject RePost : Cannot delete current row
Author xpl_nico <nschoemaker@xploration.nl>
Hi,

Trying to delete a record with a foreign key constraint, gives me
the "normal" violation of FOREIGN KEY constraint error.

Retrying to delete the same record after this gives me an exception,
raised by IBO, "Cannot delete current row".

If i navigate to an other record(or refresh that record) and back i
get the "normal" error again.

This has to do with the state of the row that after the first delete
becomes rsNone.

(Using IBOQuery)

Is this a known issue ?

Nico.