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