Home General

ReportBuilder 20.1. Build 322 - TppLabel WordWrap not word

Hello!

Using TppLabel and with the text "Document Value" and WordWrap cannot be resized, a second line is not displayed.

I tried "Value" + # 10+ "Document" didn't work.
I tried "Value" + # 10 + # 10 + "Document" did not work.

If leaving a large size works, it doesn't fit the layout of my report.

Does anyone have any ideas ?

Thanks
Ricardo

Comments

  • I tried "Value" + # 10+ "Document" didn't work.
    I tried "Value" + # 13 + # 10 + "Document" did not work.
  • Hi Ricardo,

    TppLabels will not automatically stretch vertically, they will need to be sized manually even if WordWrap is set to True. Try using a TppMemo if you need this ability.

    If you would like to add a manual line break, try using a CRLF command (#13#10).
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • Hello Nico, grateful for your answer, but that's not the problem.
    When I set the width and height the text does not have an automatic line break, "Document Value", only "Value" is shown, "Document" is not shown. I think it is a problem in this new version, because in previous versions this problem did not occur. Several reports are presenting this anomaly.
    I've used "#13#10" and I didn't succeed.

    Thanks
    Ricardo
  • Hi Ricardo,

    Which version of ReportBuilder did you upgrade from and which version are you currently using?

    Please send a simple example that functions in earlier versions of ReportBuilder but does not in the current version and we'll research a solution. Send the example in .zip format to support@digital-metaphor.com.
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
Sign In or Register to comment.