RichView Wrapper for QuickReport. System error. code: 1400

General TRichView support forum. Please post your questions here
Post Reply
aartiles
Posts: 1
Joined: Tue Sep 12, 2006 3:19 pm

RichView Wrapper for QuickReport. System error. code: 1400

Post by aartiles »

Hi,
I want to buy the RichView component but its depends of if i can
integrate it correctly with the QuickReports components. I am traying
the RichView Wrapper for QuickReport but i am getting a bug. When i
close my application i get the error
is "System error. code: 1400", it seems to be when i free the report.
I am doing a preview on a TQRPreview, so i do this:

procedure TQRRegisterBook.QuickRepPreview(Sender: TObject);
begin
CustomPreview.QRPrinter := TQRPrinter(Sender);
end;

It have been working for me, only fails when i use this component, i
have been debuging it and i have detected that if i comment the line
270 at RVQRWrap :

FRichView.Init(QRPrinter.Canvas, pWidth);

then i don't get any error, but of course the RTF isen't painted. May
be that help you to find what happen.

I will buy this components as soon as we have solved thi bug.
Thanks,
Alfredo
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

answered by e-mail
Post Reply