how to ensure fields expand (inserted with InsertStringtag)?

General TRichView support forum. Please post your questions here
Post Reply
alogrep
Posts: 52
Joined: Fri Oct 27, 2006 5:25 pm

how to ensure fields expand (inserted with InsertStringtag)?

Post 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
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Call RichView.Format after changing text in fields.
Post Reply