I'm using Visual Cobol for Eclipse with the RM Dialect.
Using a RM Window Call, when the Window Closes the program displays a Terminate Window message, and doesn't redraw the background.
Is there an easy way to get this working?
I use CONTROL "WINDOW-CREATE" AND CONTROL "WINDOW-REMOVE" ... to start and stop the window in RM. But with RM in Visual Cobol, the main screen doesn't redraw, which is behavior that normally happens in RM.