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...
Continue reading...