AnotherJob
Programmer
My company has some data conversion programs written in ACUCOBOL-GT Version 4.3.0. They are started within a DOS command window using the wrun32 program and create their own DOS-like popup windows for screen IO display. These programs work fine and do their jobs well, but whenever the DOS-like popup window is clicked on or gets covered by another window all screen output stops until the program finishes running. This is annoying and ties up computer time. Can anyone please tell me a way to refresh those screens once they freeze, or change the programs so that the screen IO doesn't freeze? Thank you in advance.