Page 1 of 1

TRichViewEdit Display rvf problem

Posted: Thu Feb 01, 2018 3:24 pm
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?

Re: TRichViewEdit Display rvf problem

Posted: Thu Feb 01, 2018 5:02 pm
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)

Re: TRichViewEdit Display rvf problem

Posted: Fri Feb 02, 2018 12:31 pm
by wolf1860
It works fine,thank u!