Menu

#40 Access violation after delete table or relation

closed-fixed
nobody
9
2010-03-31
2007-09-21
errorsys
No

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;

Discussion

  • errorsys

    errorsys - 2007-09-21
    • priority: 5 --> 9
     
  • Nobody/Anonymous

    Im having the same problem but when I try delete a table.

     
  • Joao Paulo Schwarz Schuler

    I think I fixed this problem today.

     
  • Joao Paulo Schwarz Schuler

    • status: open --> closed-fixed
     

Log in to post a comment.

Auth0 Logo