New Line when the text exceeds the size of textbox

Nuno_Pereira
Nuno_Pereira Member Posts: 31
In reports it's possible pass to a new line automatically when the text exceeds the size of a textbox? I look on the properties of the textbox and don't find nothing about this. It's possible? How?

Comments

  • kriki
    kriki Member, Moderator Posts: 9,121
    The only thing you can do is making the textbox big enough to support multiple lines and put it's property "Multline" to true.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • zeninoleg
    zeninoleg Member Posts: 236
    I know that you are talking about the textboxes, but take a look at the function SplitPrintLine of the codeunit 10025. It splits the existing string into 2 if it does not fit in the given space(Measured in millimeters).
    I hope this will help
    Best Regards,
    Oleg
  • Balello
    Balello Member Posts: 61
    look at the function SplitPrintLine of the codeunit 10025

    State Customization..... :mrgreen:
    I don't envy anybody who caught up his aim. I travel gladly.
  • kriki
    kriki Member, Moderator Posts: 9,121
    Balello wrote:
    look at the function SplitPrintLine of the codeunit 10025

    State Customization..... :mrgreen:
    And we also have some experiences with those ... :mrgreen:
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!