TextBox - next line

Started by Zibster, March 05, 2008, 01:00:23 AM

Previous topic - Next topic

Zibster

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]

owenwengerd

Try changing the 'Filter Style' property to 'Multiline String'.

Zibster

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;"

Fred Tomke

\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
Fred Tomke
Dipl.-Ing. (FH) Landespflege

[ landscaper - landscape developer - digital landscape and urban design]

Zibster