TRichViewEdit Display rvf problem

General TRichView support forum. Please post your questions here
Post Reply
wolf1860
Posts: 108
Joined: Sat Nov 21, 2015 2:04 am

TRichViewEdit Display rvf problem

Post by wolf1860 »

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

Re: TRichViewEdit Display rvf problem

Post by Sergey Tkachenko »

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)
wolf1860
Posts: 108
Joined: Sat Nov 21, 2015 2:04 am

Re: TRichViewEdit Display rvf problem

Post by wolf1860 »

It works fine,thank u!
Post Reply