Hello guys!
I have a newbie question...
I want to create a OK/Cancel message Box in visual cobol and I am stuck...
All I want is to return a condition value (when I press OK return true and when I press Cancel false).
The main cbl will recognize the value and do the other things.
I have to create the messagebox from scratch?