Isaac
2008-05-27 20:51:34 UTC
Hello,
I placed a code in the close event in the form to close a table
TfrmDailySales.FormClose(Sender: TObject;
var Action: TCloseAction);
begin
with DBDM do begin
frmDailySales.Close; <<<<<<-------
end;
action := cafree;
end;
I get stack over flow when I close this form!!!
I placed a code in the close event in the form to close a table
TfrmDailySales.FormClose(Sender: TObject;
var Action: TCloseAction);
begin
with DBDM do begin
frmDailySales.Close; <<<<<<-------
end;
action := cafree;
end;
I get stack over flow when I close this form!!!