Page 1 of 1

Some kind of mailmerge

Posted: Wed Apr 10, 2013 3:17 pm
by RicardoFragoso
Hi,
I need to do something like this. Want to know if possible and if it is I would like to have a example/demo.

- I need to make a text template with some places for the end user to fill in text.
- The end user will see the template and the places where he can write text.
- The end user can change all the text.
- By pressing a button the end user must navigate through all that places where he can complete the text.

Thank you

Posted: Thu Apr 11, 2013 5:03 pm
by Sergey Tkachenko
Actually, currently implementing thinks like you described is not convenient in TRichViewEdit.
There is a text protection, but it is designed to protect a single or a group of text items, not an aribitrary document fragment.


May be you can use a read-only TRichView control with inserted TEdits?