Page 1 of 1

[Solved] Field Labels are truncated

Posted: Sat Aug 04, 2018 4:56 pm
by fidkent
Most of my field labels in Form View show only the first few letters. The full label of the field is only visible by extending the Field box. There is plenty of space to show the full label without having to increase the length of the box Is there a way of doing this?
Thank you

Re: Field Labels are truncated

Posted: Sat Aug 04, 2018 6:06 pm
by UnklDonald418
There is plenty of space to show the full label without having to increase the length of the box
If that were the case, it would show the full text for the label. Truncated text indicates that the width of the label control is too narrow.
I suspect that the label is grouped with another control and you are changing the width of the group rather than the just the label control.
In the Edit/Design mode, <Ctrl> Click on the label field to select it alone, then you can resize it using the handles.
Alternatively, right click on the selection and select Control from the menu to open the Properties: Label Field dialog.
On the General you can adjust all the available properties including Width.

Re: Solved - Field Labels are truncated

Posted: Sat Aug 04, 2018 7:11 pm
by fidkent
Many thanks - I had no idea that the labels could be resized separately :oops: