I want to use PB för building screens with DDT and then call that program as a DLL from a program written in another language (Cobol). That is no problem. But… I want to do a conversation with the screen from the calling program. When the user put something in an entry-field, then leaving the field using Tab or the mouse, the contol should be transferred to the calling program with information of what the user had put into the entry-field and the name/number of the field. And after that, the calling program can transfer control back to the DLL for another user input.
Is this possible??
Is this possible??
Comment