how to make new line classic.

karthisahakarthisaha Member Posts: 22
In report, i'm Using single Text box to display Company name and address and so on.
that is "CompInfo.Name+CompInfo.Address+CompInfo.City"

I want to make New Line in between name, address and city..

how to do it?

i found '\' . it works only in message dialog not in control..

any suggestion?

Comments

  • deV.chdeV.ch Member Posts: 543
    Have you set the Property "MultiLine" of the Textbox to True?

    And why don't you use multiple textboxes?...
  • thmartinthmartin Member Posts: 90
    This is probably not an answer to your question but have a look how address information is handled in standard reports, like 206.
    Thomas Martin
    NAV Developer
  • PeterDPeterD Member Posts: 66
    The \ will work in controls too, but you have to set property MultiLine to Yes.
  • krikikriki Member, Moderator Posts: 9,110
    [Merged some posts from topic http://www.mibuso.com/forum/viewtopic.php?t=46251]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • rico1931rico1931 Member Posts: 295
    TempSalesLine.Description + ' ' + TempSalesLine."Description 2" Just add the + ' ' +
    -rico1931
Sign In or Register to comment.