Im reading an indexed file with visual cobol and displaying its data in a multiline textbox.
The problem is that every field has a different size (not in the pic definition, but the "letters size"), and that completly disrupts the text formatting.
See image below:
What's the best solution for this problem?