Search found 19 matches
- Mon Apr 05, 2021 5:32 pm
- Forum: Support
- Topic: TDBRichViewEdit and FastReport
- Replies: 1
- Views: 10825
TDBRichViewEdit and FastReport
hello forum, have a problem with fastreport and TdbrichviewEdit. would like to output the content of DbRichviewEdit from a SQLite database in Fastreport. Since it is a SQL database, the content of DBRichViewEdit is stored in a blob. I can't get any further with the FrxRichview because the content is ...
- Wed Apr 15, 2020 1:41 pm
- Forum: Support
- Topic: DBRichviewEdit for Lazarus for Linux
- Replies: 1
- Views: 11694
DBRichviewEdit for Lazarus for Linux
Hi Richview team, hi Sergey have been using your components for a long time and have been a registered user for a long time. I'm very happy with your VCLs. Program mostly in Delphi but with Lazarus. Lazarus on Windows very little. Lazarus on Linux many times. On Linux I miss your components very ...
- Thu Jul 16, 2009 5:01 pm
- Forum: Support
- Topic: MS Worddocument *.doc and RVofficeConverter
- Replies: 8
- Views: 21446
- Fri Jul 03, 2009 5:15 pm
- Forum: Support
- Topic: MS Worddocument *.doc and RVofficeConverter
- Replies: 8
- Views: 21446
- Wed Jun 24, 2009 4:51 pm
- Forum: Support
- Topic: MS Worddocument *.doc and RVofficeConverter
- Replies: 8
- Views: 21446
- Sun Jun 21, 2009 10:43 am
- Forum: Support
- Topic: MS Worddocument *.doc and RVofficeConverter
- Replies: 8
- Views: 21446
MS Worddocument *.doc and RVofficeConverter
How can a Word document with RVofficeConverter in Richview properly loaded. So far I have done it since the RVOfficeConverter text, format and images correctly invites (loaded). But the problem is the header and footer. How can the header and footer of a Word document using RVOfficeConverter in ...
- Thu Jun 18, 2009 6:42 pm
- Forum: Support
- Topic: RVOfficeConverter Problem with load Worddocument Header/Foot
- Replies: 2
- Views: 9821
Continues to be a problem with RCOfficeConverter
I can unfortunately not do the code. My call in the program is: LoadDocFile ( 'D: \ Temp \ jm.doc', Richview1, RVOfficeConverter1); The 'jm.doc'- has a file header. This header is a header of worddocument and not in Richview1 displayed. What can be done and is perhaps the complete code execution ...
- Wed Jun 17, 2009 5:25 pm
- Forum: Support
- Topic: RVOfficeConverter Problem with load Worddocument Header/Foot
- Replies: 2
- Views: 9821
RVOfficeConverter Problem with load Worddocument Header/Foot
Hi,
I Would like to load my RVOfficeConverter with Word documents including header and footer loaded. but this is not working .
Word documents without header and footer work properly.
Has anyone a good solution - or is there none?
best greetings
Jmich
I Would like to load my RVOfficeConverter with Word documents including header and footer loaded. but this is not working .
Word documents without header and footer work properly.
Has anyone a good solution - or is there none?
best greetings
Jmich
- Wed Jun 17, 2009 5:08 pm
- Forum: Support
- Topic: Loading docs with RVOfficeConverter without Opendialoag1
- Replies: 2
- Views: 9924
RVOfficeconverter
Hi Sergey,
You're right, the code is correct.
had just forgotten the GIF units involved.
Greeting
JMich
You're right, the code is correct.
had just forgotten the GIF units involved.
Greeting
JMich
- Mon Jun 15, 2009 8:20 pm
- Forum: Support
- Topic: Loading docs with RVOfficeConverter without Opendialoag1
- Replies: 2
- Views: 9924
Loading docs with RVOfficeConverter without Opendialoag1
Hi Sergey, Would like a Word document (*. doc) in a RichView without an open dialog. The example of the link http://www.trichview.com/forums/viewtopic.php?t=2502&highlight=rvofficeconverter works not for me. I ask you, if possible me a little sample code to write. And the correct incorporation into ...
- Mon May 25, 2009 6:26 pm
- Forum: Support
- Topic: Report Builder and ppRichView
- Replies: 2
- Views: 9915
Thank you
Thank you Sergey for the fast help.
Best Regards
Jmich
Best Regards
Jmich
- Fri May 22, 2009 11:56 am
- Forum: Support
- Topic: Report Builder and ppRichView
- Replies: 2
- Views: 9915
Report Builder and ppRichView
hi people
wants a richviewedit1 via a switch
ppRichview1 take over.
this code does not work:
pprichview1.richview: = richviewedit1;
What must I do?
best greetings
Jmich
wants a richviewedit1 via a switch
ppRichview1 take over.
this code does not work:
pprichview1.richview: = richviewedit1;
What must I do?
best greetings
Jmich
- Wed Feb 11, 2009 8:25 am
- Forum: Support
- Topic: Table and Cells
- Replies: 2
- Views: 10773
Table and Cells
Hi Sergey,
Thank you for quick help.
It works great!
Please excuse my bad English
Best Regards
Thank you for quick help.
It works great!
Please excuse my bad English
Best Regards
- Tue Feb 10, 2009 8:07 pm
- Forum: Support
- Topic: Table and Cells
- Replies: 2
- Views: 10773
Table and Cells
If I rve.SearchText in Table by a certain text was found and selected. I would also like the cell (row and column) in a label.caption read. For example, during a similar Stringgrid. Label1.Caption: = 'Row:'+ IntToStr (Stringgrid.row); Label2.Caption: = 'Col:' + IntToStr (Stringgrid.Col); My question ...
- Sun Feb 08, 2009 8:03 pm
- Forum: Support
- Topic: Problem with headers and footers for export to PDF
- Replies: 1
- Views: 8605
Problem with headers and footers for export to PDF
Have a big problem with the Header / Footer. My print preview is working with three RichViewEdit (rich_header, rich_table and rich_footer) and in the preview of RVPrint1 it works well. Well, the preview is not only print but also exported. This edocengine I want to implement. My Code: procedure ...