Hi!
i have an EditControl with this attributes:
<WantReturn>true</WantReturn>
<Multiline>true</Multiline>
if I write an return in this EditControl, when I go GetControlText the return is indicate with "\n"
but if a go fin.SetControlText('IDControl',"line1\nline2") the text is displayed in one line and the "\n" char is displayed with a square.
Help please!
(sorry for bad english
)