RichView Wrapper for QuickReport. System error. code: 1400
Posted: Tue Sep 12, 2006 3:30 pm
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
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