Yes, I use a TSRichViewEdit
1- If I import my RTF document in a TRichViewEdit and then Impot it in a TSRichViewEdit table cell, It will works ?
2- there is a solution to import RTF lines by lines to Table rows ?
Search found 3 matches
- Wed Dec 30, 2015 11:37 am
- Forum: Support
- Topic: Insert RTF in table cell and multi pages problem
- Replies: 3
- Views: 12837
- Wed Dec 30, 2015 9:15 am
- Forum: Support
- Topic: Insert RTF in table cell and multi pages problem
- Replies: 3
- Views: 12837
Insert RTF in table cell and multi pages problem
I have develop an application to insert RTF document in Table cell. for this : 1- I create a Table with 1 Row and 1 Cell at runtime. 2- Then I edit the cell to get the cell editor. 3- I save my RTF document (Form a JEDI JvRichEdit) to a Memory Stream. 4- And I insert the RTF stream in the cell ...
- Mon Jul 27, 2015 11:57 am
- Forum: Support
- Topic: How to insert a checkpoint to a table row
- Replies: 1
- Views: 10043
How to insert a checkpoint to a table row
I use TSRichViewEdit to develop a basic report editor with data bands. I use the checkpoints to mark user Begin/End of bands (for example "#[ALLPAGES" and "#[ENDOFALLPAGES]") and I have adapt the source code to show this bands as colored borders block/section. My technic to draw this blocks is the ...