Hi,
In my application i want to display some text(read from file)to a form.
For that i have used Field control with Single Line unchecked(i.e multi-line) and Non editable.
I am using FldSetTextPtr() API for displaying text in Field,but it doesn't show multi-line.Text is displayed in one single line.
What I am missing here?
If Field is editable and I type some text,it writes as multi-line.
Thanks