"Control RichView has no parent window" with Repor
"Control RichView has no parent window" with Repor
I've downloaded the trial source code and the wrapper to use with ReportBuilder, and installed the 3 packages and everything seems to go fine except when I attempt to print a report with a TRichView on it, which yields the error in the subject line. Nothing is being dynamically created; it's just a static TRichView sitting on a static ppReport. I've been wrestling with this for a couple of days, and I've pretty much run out of possibilities. Any ideas?
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Can you send me a project reproducing this problem? [email protected]
Monday morning
Sorry, that's what I get for asking questions before my second cup of coffee. Here's what I actually should have said:
I've download the trial version and the wrapper, and installed all three packages, but when I try to compile a project with the TRichView, I get a "Method not found in base class" error message for function IgnoreEndNotes in ppRichView.pas and ppRichViewReportDesign, and for function GetSourceRichView in ppRichViewReportdesign.
All three functions are overridden, but apparently don't exist in the base class from which they are derived: TRVReportHelper. I don't have the source code for that class, so that's as far as I can get with the problem.
One of the "solutions" I tried was to comment out the "override" (thinking that it was mistakenly left in), but that results in the error message in my original message.
Hopefully, that's a bit more to go on. I'm still sending a sample project...
I've download the trial version and the wrapper, and installed all three packages, but when I try to compile a project with the TRichView, I get a "Method not found in base class" error message for function IgnoreEndNotes in ppRichView.pas and ppRichViewReportDesign, and for function GetSourceRichView in ppRichViewReportdesign.
All three functions are overridden, but apparently don't exist in the base class from which they are derived: TRVReportHelper. I don't have the source code for that class, so that's as far as I can get with the problem.
One of the "solutions" I tried was to comment out the "override" (thinking that it was mistakenly left in), but that results in the error message in my original message.
Hopefully, that's a bit more to go on. I'm still sending a sample project...
-
- Site Admin
- Posts: 17559
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
version conflict
the .zip files I've downloaded from your site are rvpkg2006.zip and rvrb9.zip
from rvpkg2006.zip, I've successfully installed RVDBPkg2006.bdsproj, and RVPkg2006.bdsproj. Using a search for "RichView", I'm sure there are no other versions of the product on my hard drive.
from the rvrb9.zip readme.txt file:
If you have ReportBuilder 10.x [which I do]:
- for Delphi 6, install rvrb10D6.dpk
- for Delphi 7, install rvrb10D7.dpk
- for Delphi 2005, install rvrb10D9.dpk
- for BDS 2006, install rvrb10D2007.dpk [which I have]
however, there is no rvrbD2007.dpk in my .zip file. There is, however, an rvrb2006.dpk, so that's what I've been using. This setup yields the same error message.
Is the some other combination of files I should be using for ReportBuilder 10.03 and BDS 2006?
from rvpkg2006.zip, I've successfully installed RVDBPkg2006.bdsproj, and RVPkg2006.bdsproj. Using a search for "RichView", I'm sure there are no other versions of the product on my hard drive.
from the rvrb9.zip readme.txt file:
If you have ReportBuilder 10.x [which I do]:
- for Delphi 6, install rvrb10D6.dpk
- for Delphi 7, install rvrb10D7.dpk
- for Delphi 2005, install rvrb10D9.dpk
- for BDS 2006, install rvrb10D2007.dpk [which I have]
however, there is no rvrbD2007.dpk in my .zip file. There is, however, an rvrb2006.dpk, so that's what I've been using. This setup yields the same error message.
Is the some other combination of files I should be using for ReportBuilder 10.03 and BDS 2006?