Hi,
when i delete a graphic element linked to a database in MSJ i used this
sequence of instructions:
mdlElement_undoableDelete(&elP,filePos,TRUE);
mdlDB_deleteElement(&elP);
and it works ok. In MSV8 this same sequence gives me this error message: "Error
deleting table row".
This...