[progress Communities] [progress Openedge Abl] Forum Post: Re: Abl Unhandled Exceptions, Or...

  • Thread starter Thread starter jbijker
  • Start date Start date
Status
Not open for further replies.
J

jbijker

Guest
There is a undocumented function where you can get the last error message number _Msg(1) We use it like this: DO ON STOP UNDO, RETURN ERROR getErrorText(_Msg(1)): ... statements ... END. You should have a function to resolve the message number back to message text. You can do so by reading files from prohelp/msgdata/msg and find the correct entry in there. See knowledgebase.progress.com/.../19758.

Continue reading...
 
Status
Not open for further replies.
Back
Top