Powerbuilder label datawindow - Cutting the field value on left and right side

386 views Asked by At

I have created a Label datawindow (all fields aligned to center). The field value(length = 80) is having no spaces in between. So while generating a label report from powerbuilder application the field is cutting left and right side. enter image description here

In case the field has spaces in between, in the report it will go to next line.

Im using Powerbuilder 2017 R3.

If any advice it would be grateful Thanks in advance

1

There are 1 answers

0
Matt Balent On

You need to expand the display area of the columns to handle the max width. If this isn't an option then you will have to programmatically break up the strings which have no spaces since PB doesn't know when to wrap since there are no breaks in the text.