TextBox - next line

Started by Zibster · 2008-03-05 09:00 UTC · 4 replies · SMF topic #240

Hi,

I need next line in TextBox...


(dcl_Control_SetText bik_Bloki_frmBloki_TextBox1 (strcat "some text" "\n" "next line" (chr 10) "next line" "\U+2424" "next line" (chr 13) "next line"))


sad.jpg --> no one work property: "\n" (chr 10) "\U+2424" (chr 13)  :( :( :(
happy.jpg --> this I want... it is possible ??

FilterStyle - MultilineString is ON;
ver. ODCL 4.1.2.1




[attachment deleted by admin]
Try changing the 'Filter Style' property to 'Multiline String'.
author=owenwengerd link=topic=240.msg1053#msg1053 date=1204731603 wrote:
Try changing the 'Filter Style' property to 'Multiline String'.



It is 'Mulitiline String'...
"FilterStyle - MultilineString is ON;"
\n is not all, \r is left, so you have to take \r\n

1st line
\r\n
2nd line
\r\n
3rd line


Fred
Thanks Fred  ;)