I paste some content from clipboard(Copied from office word), and save rvf to sql server 2014. It works perfect good when I loaded it by SRichView,but
when I load it by trichViewEdit, Some text's background changed to red,and some strange red grid appeared ,I could not copy,when I pasted some content from other editor,maybe it displayed normal maybe not. How should I fix it?
TRichViewEdit Display rvf problem
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: TRichViewEdit Display rvf problem
1) Right click this TRichViewEdit at design time, choose "Settings" in the context menu, select "Allow adding styles dynamically"
and
2) Make sure that this TRichViewEdit is linked to its own TRVStyle component (no other TRichViews use this TRVStyle)
and
2) Make sure that this TRichViewEdit is linked to its own TRVStyle component (no other TRichViews use this TRVStyle)
Re: TRichViewEdit Display rvf problem
It works fine,thank u!