Hi,
i'm using TxControl X8 pro and have following problem:
I have 2 controls with Rtf-text and want to append one of them to the other.
I try:
Append(sRtf, TXTextControl.StringStreamType.RichTextFormat, TXTextControl.AppendSettings.StartWithNewParagraph );
The Problem is, that both texts have different headers and footers and the final document should get the headerfooter from the first document. With Append(...) the target only gets the headerfooter from 2nd document.
Any idea?
i'm using TxControl X8 pro and have following problem:
I have 2 controls with Rtf-text and want to append one of them to the other.
I try:
Append(sRtf, TXTextControl.StringStreamType.RichTextFormat, TXTextControl.AppendSettings.StartWithNewParagraph );
The Problem is, that both texts have different headers and footers and the final document should get the headerfooter from the first document. With Append(...) the target only gets the headerfooter from 2nd document.
Any idea?