New Line when the text exceeds the size of textbox

Nuno_PereiraNuno_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

  • krikikriki Member, Moderator Posts: 9,115
    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!


  • zeninolegzeninoleg 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
  • BalelloBalello 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.
  • krikikriki Member, Moderator Posts: 9,115
    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!


Sign In or Register to comment.