[progress Communities] [progress Openedge Abl] Forum Post: Re: Stop Executing Legacy Code

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
T

Tim Kuehn

Guest
I did some looking around for causing untrappable stops, and the only times it happens is when things like a DB shutdown or similar external events results in the ABL session effectively resetting / restarting itself. When catching the top-level STOP condition, here's the top-level code I used: test-block: DO ON STOP UNDO, LEAVE test-block: RUN CallStack.p. MESSAGE "In Main" VIEW-AS ALERT-BOX INFO BUTTON OK. END. MESSAGE "After Main" VIEW-AS ALERT-BOX INFO BUTTON OK.

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