The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Active user
Rating: 4
Joined: Sep 16, 2011
Company: Oksley Shipping

Hello!
I have a strange problem: I added a column to the list form and for some data where it contains several lines of text instead of new line symbols these are displayed: ¶ How can I fix it?

 
#2
People who like this: 0 Yes / 0 No
Active user
Rating: 3
Joined: Jul 20, 2011
Company:

Set the multiline mode for this form item.

 
#3
People who like this: 0 Yes / 0 No
Active user
Rating: 5
Joined: Jun 4, 2013
Company:

sorry for the stupid question but how can i add a new line to a text ?  .... like "bla bla /n bla bla" in C#

 
#4
People who like this: 0 Yes / 0 No
Active user
Rating: 7
Joined: Sep 26, 2012
Company: individual

its used Chars for this

Code
"bla bla " + Chars.LF + "bla bla"


also you can use "|", like so:

Code
someString = "bla bla 
|bla bla";

Edited: ivan avdonin - Aug 27, 2013 05:44 AM
 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)