Page 1 of 1

how to ensure fields expand (inserted with InsertStringtag)?

Posted: Thu Dec 21, 2006 5:46 am
by alogrep
Hi
I have a template, with some fields in it. e.g. Name, wich is supposed to show Last and First Name at runtime.
Now, the Getvalue function correctly returns the name, but the richedit shows it truncated to 4 letter (i.e. the length of 'NAME').
e.g. Jane Doe is shown as Jane, William Jefferson as Will etc.
How canI tell the richedit: show the whole name, expand it to its full length?
Thanks.
Enrico

Posted: Thu Dec 21, 2006 2:31 pm
by Sergey Tkachenko
Call RichView.Format after changing text in fields.