Thanks Chris,
In a traditional Cobol app (character or gui based) you normally have a main menu with all the options available, ie Customers, Proposals, Sales, Statistics, ..... and all the modules/programs are done separately and when the user selects one option, the control is transfered via a CALL from the main menu to the selected program.
In your opinion, what is the best strategy to do this with Visual COBOL?
Regards,