Search found 27 matches

by Joe
Thu Sep 26, 2013 5:41 am
Forum: Support
Topic: Problem installing RichView Wrapper for ReportBuilder 15
Replies: 10
Views: 31853

I just found out that there is a new version 1.16.02 of the Report Builder wrapper. With this everything works fine.

Sergey is the best!
by Joe
Wed Sep 25, 2013 6:54 am
Forum: Support
Topic: Problem installing RichView Wrapper for ReportBuilder 15
Replies: 10
Views: 31853

Perphaps it might be important to others:

After changing the code

from
lRenderer.PDFCanvas.InitOrigin := False;
to
PDFSettings.CanvasInitOrigin := False;

the project compiles, but when printing from Report Builder's preview to a .PDF file an access violation occurs.

Joe
by Joe
Mon Sep 23, 2013 11:48 am
Forum: Support
Topic: Problem installing RichView Wrapper for ReportBuilder 15
Replies: 10
Views: 31853

Great! Thank you very much!

Joe
by Joe
Tue Sep 10, 2013 2:39 pm
Forum: Support
Topic: Problem installing RichView Wrapper for ReportBuilder 15
Replies: 10
Views: 31853

Hello Sergey, I worked again on the problem and found out that the RB 15 setup program did not remove all previous RB 14 components. So I did a manual clean up and mad a fresh installation of RB 15.01. Then, I created a wrapper for Delphi XE2 the following way (here modified, but like you suggested ...
by Joe
Sun Sep 08, 2013 9:06 am
Forum: Support
Topic: Problem installing RichView Wrapper for ReportBuilder 15
Replies: 10
Views: 31853

Ok, I did that - but now the compiler stops at another location with another "Undeclared..." message.

So, for the moment don't think further on that. For now I wish you some relaxed days and nice vacation.

And when you are back please have a look at the problem.

Best regards
Joe
by Joe
Sat Sep 07, 2013 2:43 pm
Forum: Support
Topic: AWAY FOR SEPTEMBER 1-12
Replies: 1
Views: 9503

Have a nice holiday!

Joe
by Joe
Sat Sep 07, 2013 1:44 pm
Forum: Support
Topic: Problem installing RichView Wrapper for ReportBuilder 15
Replies: 10
Views: 31853

Thank you for your answer, Sergey. As you suggested, I opened the rvrb15DXE4.dproj and deleted all entries from the "Requires" section. When I install, the compiler stops in the file ppPDFRendererRV.pas in the procedure TppPDFRendererRichView.RenderToPDF() at line lRenderer.PDFCanvas.InitO...
by Joe
Sat Sep 07, 2013 9:48 am
Forum: Support
Topic: Problem installing RichView Wrapper for ReportBuilder 15
Replies: 10
Views: 31853

Problem installing RichView Wrapper for ReportBuilder 15

Hello all, Windows 7 Delphi XE2 ReportBuilder 15.01 TRichView 14.8 RichViewActions 4.4 I updated ReportBuilder 14.x to 15.01 and now I try to install the new RichView Wrapper for ReportBuilder 1.16. Unfortunately, there is no "rvrb15DXE2.bpl". So I tried it with "rvrb15DXE4.bpl"....
by Joe
Wed May 01, 2013 1:05 pm
Forum: Support
Topic: Problem replacing variables / merge text
Replies: 2
Views: 15102

Sergey, thank you for your response.

As it is rather complex to make a sample that will work with files instead of a database, first I will do some further actions according to your suggestions.

Perhaps I will be back soon...

Best regards
Joe
by Joe
Tue Apr 30, 2013 6:21 am
Forum: Support
Topic: Problem replacing variables / merge text
Replies: 2
Views: 15102

Problem replacing variables / merge text

Hello all, I have no more idea what to do further. I analyzed all forum topics and samples and now hope for your help. In a database application in a table there are blob fields that hold richview text (edited by TDBRichViewEdit). The user can freely design these richview texts and can especially in...
by Joe
Thu Jul 19, 2012 12:57 pm
Forum: Support
Topic: Document attachments?
Replies: 18
Views: 71905

Hello all, I am just looking for some stuff to achieve exactly the results as described by GNUMatrix (like attachments in Notes). Does anybody know whether the code posted here is still good and working (I use TRichView 13.8) and whether it makes sense to invest time for that, or if there is another...
by Joe
Mon May 07, 2012 12:51 pm
Forum: Support
Topic: Load and save PNG in TDBRichViewEdit extremely slow
Replies: 8
Views: 31133

Hello Ruediger, yes, of course it might be interesting to the public. The problem was caused by the datatype! of the underlying database field. In this context I ran into another problem, caused by the datatype, too. See my last answer in the following topic: http://www.trichview.com/forums/viewtopi...
by Joe
Sun May 06, 2012 11:58 am
Forum: Support
Topic: Save and restore left/right margin?
Replies: 4
Views: 18926

God bless Sergey! Due to his explanations it came out that the database field type must (and can) contain only Unicode, which makes it impossible to store an odd number of bytes. This caused the problem. Who ever runs into a similar problem: In a MS Access database: don't use field type "Memo&q...
by Joe
Sat May 05, 2012 7:49 am
Forum: Support
Topic: Load and save PNG in TDBRichViewEdit extremely slow
Replies: 8
Views: 31133

Very detailed information! Great support!

Thank you
Joe
by Joe
Wed May 02, 2012 10:35 am
Forum: Support
Topic: Save and restore left/right margin?
Replies: 4
Views: 18926

Hello Sergey,

I will prepare a test project and send it to you...

Thank you
Joe