[stackoverflow] [progress Openedge Abl] Re-raise/-throw An Error

  • Thread starter Thread starter user2190035
  • Start date Start date
Status
Not open for further replies.
U

user2190035

Guest
I want to "re-raise" an error after a NO-ERROR statement like this:

FIND FIRST table
WHERE table.ID = myID
EXCLUSIVE-LOCK NO-WAIT NO-ERROR.

IF (NOT AVAILABLE temp AND LOCKED temp) THEN
/* Here I want to raise/throw the last error ("Raise ERROR:STATUS") */

IF (NOT AVAILABLE table) THEN
CREATE table.


Is there such a statement in Progress?

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