S
Stefan Drissen
Guest
Your error is coming from the AppBuilder run code --> adecomm/_runcode.p at line 696 This contains (stripped down): REPEAT ON QUIT , LEAVE ON STOP UNDO, LEAVE ON ERROR UNDO, LEAVE ON ENDKEY UNDO, LEAVE : ASSIGN DEFAULT-WINDOW:SENSITIVE = TRUE CURRENT-WINDOW = DEFAULT-WINDOW . RUN VALUE( p_RunFile ) PERSISTENT SET p_hProc. hCurWin = p_hProc:CURRENT-WINDOW. WAIT-FOR WINDOW-CLOSE,CLOSE OF p_hProc OR WINDOW-CLOSE,CLOSE OF hCurWin . END. /* REPEAT */ p_hproc and hcurwin are no longer valid when exiting from your window.
Continue reading...
Continue reading...