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'.
Quote from: owenwengerd on March 05, 2008, 07:40:03 AM
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 ;)