If you want line breaks in a button, Progress ABL doesn’t support this by default. To achieve it, you’ll need to use Win32 API programming to modify the button’s Style property.
I've included a static class object called "button.cls". It has a method called "MultilineLabel" - when you pass the...