Hi,
I need to make a composite document, wich will be generate by "1 or N" documents.
For example:
I have 3 documents, wich have some information, paragraphs, etc..
I need to unify them for print, actually I'm doing this:
ZitatWPRichText.HideSelection;
WPRichText.CPPosition := MaxInt;
WPRichText.SelectionAsString := DM.cdsRI_ProtAPTEXTO.AsString;
These "documents", are stored in many fields of my database, the user will add the right documents to the final report, and then print it.
Everything is working OK, but I'd like to make these documents, that are add'ed, to be protected from editing, because If the user changes it, I dont know what he changed, and where to save it.
I was thinking in add the documents as paragraphs, wich are protected, is that possible? Or do you have any suggestions on how can I do that?
Thanks.