Search found 19 matches

by Jmich
Mon Apr 05, 2021 5:32 pm
Forum: Support
Topic: TDBRichViewEdit and FastReport
Replies: 1
Views: 10956

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 ...
by Jmich
Wed Apr 15, 2020 1:41 pm
Forum: Support
Topic: DBRichviewEdit for Lazarus for Linux
Replies: 1
Views: 11836

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 ...
by Jmich
Thu Jul 16, 2009 5:01 pm
Forum: Support
Topic: MS Worddocument *.doc and RVofficeConverter
Replies: 8
Views: 21732

Hi Sergey,

how long will it take until a new update (11.06) comes.
Otherwise I would have liked a preliminary version.
Especially for RVOfficeConverter.
I'm registered user of TRichview - please send to my email.

Thanks and best greetings from Germany

Jmich
by Jmich
Fri Jul 03, 2009 5:15 pm
Forum: Support
Topic: MS Worddocument *.doc and RVofficeConverter
Replies: 8
Views: 21732

Hi Sergey,

Doc you have the file sent.

At svt@trichview.com, but received no reply.

Best Regards
by Jmich
Wed Jun 24, 2009 4:51 pm
Forum: Support
Topic: MS Worddocument *.doc and RVofficeConverter
Replies: 8
Views: 21732

Unfortunately, I understand the issue is not.

My call is:

LoadDocFile ( 'D: \ Temp \ jm1.doc', Richview1, RVOfficeConverter1);
Richview1.Format;

Text and pictures are displayed, but the header from Worddocument missing.

How can problems be solved?

Best Regards
by Jmich
Sun Jun 21, 2009 10:43 am
Forum: Support
Topic: MS Worddocument *.doc and RVofficeConverter
Replies: 8
Views: 21732

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 ...
by Jmich
Thu Jun 18, 2009 6:42 pm
Forum: Support
Topic: RVOfficeConverter Problem with load Worddocument Header/Foot
Replies: 2
Views: 9925

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 ...
by Jmich
Wed Jun 17, 2009 5:25 pm
Forum: Support
Topic: RVOfficeConverter Problem with load Worddocument Header/Foot
Replies: 2
Views: 9925

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
by Jmich
Wed Jun 17, 2009 5:08 pm
Forum: Support
Topic: Loading docs with RVOfficeConverter without Opendialoag1
Replies: 2
Views: 10035

RVOfficeconverter

Hi Sergey,

You're right, the code is correct.
had just forgotten the GIF units involved.

Greeting

JMich
by Jmich
Mon Jun 15, 2009 8:20 pm
Forum: Support
Topic: Loading docs with RVOfficeConverter without Opendialoag1
Replies: 2
Views: 10035

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 ...
by Jmich
Mon May 25, 2009 6:26 pm
Forum: Support
Topic: Report Builder and ppRichView
Replies: 2
Views: 10038

Thank you

Thank you Sergey for the fast help.

Best Regards

Jmich
by Jmich
Fri May 22, 2009 11:56 am
Forum: Support
Topic: Report Builder and ppRichView
Replies: 2
Views: 10038

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
by Jmich
Wed Feb 11, 2009 8:25 am
Forum: Support
Topic: Table and Cells
Replies: 2
Views: 10873

Table and Cells

Hi Sergey,

Thank you for quick help.
It works great!

Please excuse my bad English

Best Regards
by Jmich
Tue Feb 10, 2009 8:07 pm
Forum: Support
Topic: Table and Cells
Replies: 2
Views: 10873

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 ...
by Jmich
Sun Feb 08, 2009 8:03 pm
Forum: Support
Topic: Problem with headers and footers for export to PDF
Replies: 1
Views: 8683

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 ...