F
Fernando Souza
Guest
I can't reproduce the error with the provided code. But I don't see the WAIT-FOR getting satisfied either so there is something wrong there. The PROCESS EVENTS statement is causing some issue for sure. We will look into that. As a workaround, you can try setting a variable in the END-ERROR trigger instead of doing the apply close when you are in that REPEAT loop (will need another variable for that). Then once we get out of the REPEAT loop (due to ENDKEY), you can check if the variable was set and then apply close. Then you avoid the window going away via PROCESS EVENTS.
Continue reading...
Continue reading...