Search found 34 matches

by GoranBru
Tue Jul 21, 2026 7:30 am
Forum: Support
Topic: Unit ppRichView not found in Delphi 13.1 64bit
Replies: 7
Views: 415

Re: Unit ppRichView not found in Delphi 13.1 64bit

Hi Sergey, thank You, problem solved and it works.
by GoranBru
Wed Jul 15, 2026 6:41 am
Forum: Support
Topic: Unit ppRichView not found in Delphi 13.1 64bit
Replies: 7
Views: 415

Re: Unit ppRichView not found in Delphi 13.1 64bit

Hi, sorry to be late with the answer... Here is the error for RvRbD13:

------------------------------------
Error compiling C:\Delphi_komp.Flo\TRichView\ThirdParty\ReportBuilder\Source\RvRbD13.dpk:
Embarcadero Delphi for Win64 compiler version 37.0
Copyright (c) 1983,2026 Embarcadero Technologies ...
by GoranBru
Mon Jul 13, 2026 8:16 am
Forum: ScaleRichView
Topic: ScaleRichView update and MouseWheel is dead
Replies: 4
Views: 456

Re: ScaleRichView update and MouseWheel is dead

Okay, somehow even though I have in Project options-Delphi Compiler RVKERNELWINVERCHECK, the procedure RVCheckNT in RVUni.pas ignores it and gets incorrect Windows version. So in DPR I added RVUni unit and added the line
RVUni.RVWin10 := True;
and now the mouse works correctly now. All users have ...
by GoranBru
Mon Jul 13, 2026 7:51 am
Forum: ScaleRichView
Topic: ScaleRichView update and MouseWheel is dead
Replies: 4
Views: 456

Re: ScaleRichView update and MouseWheel is dead

Hi,
thanks for the help but it did not help. But I dug deeper into the problem and found out that code HookMouseWheelEvent in SclRView does not do its job since the RVWIN10 variable says False. But on ScaleRichView demo it says true on the same machine. I dug deeper and got to the RVUni.pas file, to ...
by GoranBru
Fri Jul 10, 2026 2:02 pm
Forum: ScaleRichView
Topic: ScaleRichView update and MouseWheel is dead
Replies: 4
Views: 456

ScaleRichView update and MouseWheel is dead

Hi,
We are updating the software from Delphi Sydney to Delphi 13.1 Florence as well as components. In Sydney we used TRichView 23.2 and TScaleRichView 12.4.1, in Delphi 13.1 the RV is now 24.1.3 and SRV 12.5.3. In old version one could normally scroll the document accross the pages, now it does not ...
by GoranBru
Fri Jul 10, 2026 9:01 am
Forum: Support
Topic: Unit ppRichView not found in Delphi 13.1 64bit
Replies: 7
Views: 415

Re: Unit ppRichView not found in Delphi 13.1 64bit

Hi, I have checked the installation also in Delphi 13.1. 64bit and yes, ReportBuilder 23.03 is installed there. I also opened few RB projects, compiled and run it without problems. I have also ran the RichView Installer once again but ppRichView is not found in our main application.
by GoranBru
Thu Jul 09, 2026 6:48 am
Forum: Support
Topic: Unit ppRichView not found in Delphi 13.1 64bit
Replies: 7
Views: 415

Unit ppRichView not found in Delphi 13.1 64bit

Hi,
we are upgrading Delphi with components from Sydney to Florence. Upgrade for 32bit is okay while with 64bit version Delphi can't find ppRichView. TRichView we are upgrading to is 24.1.3, while TScaleRichView is 12.5.3. Any ideas?

Best regards,
Goran
by GoranBru
Mon Sep 22, 2025 6:18 am
Forum: ScaleRichView
Topic: ScaleRichView, ReportBuilder and printing headers/footers
Replies: 4
Views: 328300

Re: ScaleRichView, ReportBuilder and printing headers/footers

Hi Sergey,
it is not a problem making headers and footers in RB but how to copy header and footer from one component to another? Do You have any example?
Best regards,
Goran
by GoranBru
Fri Sep 12, 2025 7:58 am
Forum: ScaleRichView
Topic: ScaleRichView, ReportBuilder and printing headers/footers
Replies: 4
Views: 328300

Re: ScaleRichView, ReportBuilder and printing headers/footers

Hi,
it passed several weeks after my initial post, I asked on ReportBuilder forum if there is any possibility to print headers and footers but I am still in the dark. The problem is that whole big software is working on ReportBuilder reports and I am not really happy to introduce yet another ...
by GoranBru
Tue Jul 29, 2025 9:49 am
Forum: ScaleRichView
Topic: ScaleRichView, ReportBuilder and printing headers/footers
Replies: 4
Views: 328300

ScaleRichView, ReportBuilder and printing headers/footers

Hi,
very simple question. We use Delphi Sydney and have installed RB 22.06, TRichView 22.4 and ScaleRichView 12.3. The report in RB is very simple just TDBRichView component, A4 paper with margins set to zero and I want to print the document saved in database made by forementioned ScaleRichView with ...
by GoranBru
Tue Mar 04, 2025 7:40 am
Forum: Support
Topic: Default printer and application startup
Replies: 6
Views: 102730

Re: Default printer and application startup

Hi Sergey,
in our case it happened only twice while we have hundreds of installations around. As far as I have traced the startup procedure it happened after the line "Vcl.Forms.Application.Initialize;" in dpr but before any form or datamodule creation. We do not have any form creation in dpr but in ...
by GoranBru
Mon Mar 03, 2025 1:36 pm
Forum: Support
Topic: Default printer and application startup
Replies: 6
Views: 102730

Default printer and application startup

Hi,
we have encountered on interesting problem related to some new printers, namely Konica Minolta 235 and (today) HP Envy 6100e. The problem is that if the default printer is set to any of these two printers the software could not start up. The first time I investigated the problem and spent almost ...
by GoranBru
Wed Oct 02, 2024 7:58 am
Forum: Support
Topic: ReportBuilder 22.05, TRichView and table problem
Replies: 1
Views: 86801

ReportBuilder 22.05, TRichView and table problem

Hi,
I have interesting problem for which I can't find the solution. In our big application for medical offices we use components from DevExpress, ReportBuilder, TRichView+TScaleRichView and a few others. One of the features in our application is that the doctors can write down medical exams and ...
by GoranBru
Tue Feb 06, 2024 8:09 am
Forum: ScaleRichView
Topic: Caret outside margins at window startup
Replies: 2
Views: 212079

Re: Caret outside margins at window startup

Thank You Sergey, it helped. The biggest problem was where to put the instruction - after setting page/border margins.
by GoranBru
Mon Feb 05, 2024 2:35 pm
Forum: ScaleRichView
Topic: Caret outside margins at window startup
Replies: 2
Views: 212079

Caret outside margins at window startup

Hi,
In the nearest past we have observed a strange feature in our software where the clients can write down documents. At the startup of the window, after quite some initialization procedure, if the requested view is Print (which is often) the caret is placed outside (paragraph) margins, almost left ...