Good day!
In TSRichViewEdit loaded document with headers and footers (RVHeader, RVFooter). When I try to insert into document from clipboard action Paste, the contents of header and footer disappear.
The problem occurs when a fragment is copied from the external program MS Word, Wordpad ... etc..
When I work with the Clipboard inside TSRichViewEdit - all worked correctly (the contents of headers and footers does not change).
Help solve the problem.
Events OnCopy, OnPaste not used,
version TSRichViewEdit 3.0.2
Thanks
Problem with Header,Footer and Action Paste
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Did you call
one time when the application starts (for example, in the initialization form of the main form's unit).
If not, add this line.
Did it help?
Code: Select all
RVA_GetRichViewEdit := SRVGetRichViewEdit;
If not, add this line.
Did it help?