Subject | Newbie Posting Question |
---|---|
Author | wayne |
Post date | 2002-12-13T06:57:35Z |
I have this code and it fails since a required field is not "populated" with
data.
try
qryAcc.PostRetaining;
except on e: Exception do
begin
MessageDlg('Error ' + #13 + #10 + e.Message, mtWarning, [mbOK], 0);
end;
end;
My problem is that aan Exception is thrown and then my "Application" hangs,
I have to Control-Alt-Del end-task to get out of it.
Within delphi Ctrl-F2 ..
This one has really got me stumped and frustrated.
Any help , sugestions are welcome.
data.
try
qryAcc.PostRetaining;
except on e: Exception do
begin
MessageDlg('Error ' + #13 + #10 + e.Message, mtWarning, [mbOK], 0);
end;
end;
My problem is that aan Exception is thrown and then my "Application" hangs,
I have to Control-Alt-Del end-task to get out of it.
Within delphi Ctrl-F2 ..
This one has really got me stumped and frustrated.
Any help , sugestions are welcome.