Some kind of mailmerge

General TRichView support forum. Please post your questions here
Post Reply
RicardoFragoso
Posts: 3
Joined: Tue Aug 30, 2011 9:02 am

Some kind of mailmerge

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

Post 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?
Post Reply