Jump to content

Error handling try except end EnabledsynchronousOperation = True


TI.ME

Recommended Posts

Good Morning!!!

I am developing an application with using EnabledsynchronousOperation = True ...
But when a code with treatment, as exemplified below ...
try
  if not true then
    abort;
except
  on e: exception
    MessageDlg (e.Message, mtError, [mbOk]);
end;

  The System raises an internal exception, causing a PopUp message in the browser, 
and then raises the error message programmed in the unigui by missing the actual e.message error.

 

I did the test using EnabledsynchronousOperation = False and I did not have the same problem,

however I can not work that way due to the system architecture.

UniGui version 1.50

Link to comment
Share on other sites

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...