Howto multiline column heading in BRW (oi10) (Banded Report Writer)
At 15 MAR 2020 10:31:45PM Dave Sigafoos wrote:
I can not figure out how to modify a heading label to be multi-Line. Normally i would expect making the text break on a space would do it but I only see the top line no matter how high i make the label. Sure I am just missing it so ..
At 16 MAR 2020 12:30AM Donald Bakke wrote:
I can not figure out how to modify a heading label to be multi-Line. Normally i would expect making the text break on a space would do it but I only see the top line no matter how high i make the label. Sure I am just missing it so ..
Under the Appearance group there is a WordWrap property. This is set to False by default. Change to True and your content will wrap as expected. Of course, your control needs to be tall enough to display the second line or it will still appear truncated.
You can also add a hard-break by pressing Ctrl+Enter.
At 16 MAR 2020 11:27AM Dave Sigafoos wrote:
Thanks Don .. I didn't see that. Will look again