Search found 2 matches
- Thu Feb 08, 2007 9:18 pm
- Forum: Support
- Topic: RTF and BackColor
- Replies: 2
- Views: 9645
Hi Sergey Thanks for looking into it. After analyzing the RTF differences between RichView output and Word output I found a solution! Microsoft uses the \highlight tag which is evidently interpreted correctly in FastReport. So now I use the SaveRTFExtra event of RichViewEdit to insert \highlight ...
- Sat Feb 03, 2007 6:36 pm
- Forum: Support
- Topic: RTF and BackColor
- Replies: 2
- Views: 9645
RTF and BackColor
Hello I want to export the contents of a TRichViewEdit into an RTF and then load the RTF into FastReport. Everything works fine except that the BackColor-property of the text styles do not show in FastReport. The strange thing is: When I open the exported RTF in Word, the BackColor is there!! And ...