Hi Sergey,
I'm trying to build a document, containing some tables, using TRichView component. I create TRichView and TRVStyle instances and fill them in programmatically. Everything works fine until I add a table to a document. Adding a table results in an invalid document, which can't be read by the ActionTest application.
I'm using your code from the "Editor 1" example to create a table. The only thing I can imagine is that I need to call Format after creating a table and before saving the document, but trying to call it results in Abstract Error in the RV_InfoAboutSaD function.
Could you give any advice please?
Creating a table in RichView
-
- Site Admin
- Posts: 17521
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Hi Sergey,
Thanks for the quick answer.
It seems to me that the problem is because of the fact that there is no visible controls. The table insert code works, I've tested it on "visualized" RichViewEdit. But what I do is I create TRichView and TRVStyle in a unit, which doesn't represent a form, and populate it with data programmatically.
Actually I've found that it doesn't create a valid RVF document even is there is no table. But my target is converting it to RTF and it works until I add a table.
I believe it's something related to absence of a parent control, but creating a non-visible form and making it a parent didn't help.
I'll send you a small sample by e-mail.
Thanks for the quick answer.
It seems to me that the problem is because of the fact that there is no visible controls. The table insert code works, I've tested it on "visualized" RichViewEdit. But what I do is I create TRichView and TRVStyle in a unit, which doesn't represent a form, and populate it with data programmatically.
Actually I've found that it doesn't create a valid RVF document even is there is no table. But my target is converting it to RTF and it works until I add a table.
I believe it's something related to absence of a parent control, but creating a non-visible form and making it a parent didn't help.
I'll send you a small sample by e-mail.