Carriage Return in TEXTBOX

informatiqueinformatique Member Posts: 2
Hello i have a 4.03 navision
I need to put a text var in a textbox, but i want to put the text on two line how to ?
thanks.

Sorry for my bad english....

Comments

  • nunomaianunomaia Member Posts: 1,153
    You must use several lines. Check for example in customer card the way comments are implemented.

    You must do a similar thing.
    Nuno Maia

    Freelance Dynamics AX
    Blog : http://axnmaia.wordpress.com/
  • krikikriki Member, Moderator Posts: 9,115
    Use a textbox with property Multiline=Yes.
    This puts the text automatically on 2 lines when the first line is full.
    If you want to force a CR/LF, you need to put a '\' (=backslash) in the text where you want the CR/LF.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • SavatageSavatage Member Posts: 7,142
    & stretch out your text box it won't autogrow.
Sign In or Register to comment.