Access violation after delete table or relation
Brought to you by:
fabianbecker,
jpss
Sometimes I get an accessviolation after deleting a table or relation from diagram (popup menu) because palette treeview is not refreshed.
I guess you can eliminate this by:
file: EERModel.pas
line: 6388
try
TEERObj(GetThePopupComponent(Sender)).DeleteObj;
DMEER.RefreshPalettes; // <<<<<<<<<<<<<< add this line
finally
LogActions:=False;
EndSubAction;
end;
Im having the same problem but when I try delete a table.
I think I fixed this problem today.