I have a lot of Cobol-programs with about 500 DOS-screens. These screens shall be converted to GUI. I wonder if I can use PB DDT for this. One DLL for each screen, witch is possible. But…… I want that the calling program to receive control for each time the user click on a button, enter a field, leave a field etc. In other words each CALLBACK FUNCTION shall leave the control back to the calling Cobol-program and after that the Cobol program has done its work, the control is transferred back to the CALLBACK FUNCTION.
Is this possible?? And how to do it??
Is this possible?? And how to do it??
Comment