rbuser
Comments
-
The "ra" dcu's were in fact in both source and lib (they appear to be
identical) - but removing them from one or the other didn't help.
-
Hi JD,
We've had similiar problems in the past and the issue was that the same DCU
existed in both the .\Lib and .\Source folder under the RBulder folder. I
believe the DCU's are shipped in the .\Lib folder but if you rebuild… -
Although, if I remove the RB\source folder from the lib path, that error
goes away. Still, can't trace into the source, the way things sit.
-
... still, when I try to build a project using RB (wherein I add some
functions to RAP), I get a "unit raParser was compiled with a different
veriosn of ppRTTI.TraRTTIClassRegistry" error.
-
Thanks, "Build with runtime packages" did the trick WRT BuildEnt. I hadn't
actually changed anything in the RB source at all, but I was getting a
"different version" error, so I thought BuildEnt might resolve that.
My initial… -
Hi Nico,
thanks for the help. Now I see the light and I will have to rewrite my
concept..
Greetings from germany
Sven
-
Hi Nico,
In the report I have subreports with own printer settings (NewPrintJob=true
on a SubReport). I does not touch the printer settings because I had the
hope that the archivereader is using the settings out of the origina… -
no hint ?

-
I have a similiar problem like this. If I print a report to an archive file
and try to print with tppArchiveReader the bin settings of the the pages (i
have different bin's in one report) are ignored.
Example
Page 1 - >… -
After ending rbuilder and setup tasks from task manager tried deleting all
temp files and
installed files but windows says this folder is used and cannot be deleted.
C:\Program Files\CodeGear\RAD Studio\5.0\RBuilder\Help
I… -
H? I have same problem with install at same point.
I run rbent_ver11_delphi2007.exe .
Runs without problems to this point and says "Merging Help" stays forever.
Problem occurs when raReg.dcu %100.
Task manager shows no activity c… -
Never mind... I killed it and started over; it worked OK the second time
'round.
-
srdaniel wrote:
I found a google cache version of the page and this worked:
procedure TForm1.Button1Click(Sender: TObject);
begin
// initialize report properties
InitializeReport(ppReport1);
Nard Moseley (Digital Metaphors) wrote:
Link is not working for me.
Nico Cizik (Digital Metaphors) wrote:
I set the AllowPrintToFile property but it's not working in the existing
app that has end user reporting. A simple test application with a
pre-built report does work though.
you need to download the version for 2007, but RB 11 will work with D2007
(and other previous versions, back to D6).
Ed Dressel
Team DM
Filip:
Without knowing more, you might try adding the following line:
AMemoryStream.Position := 0;
Ed Dressel
Team DM
I was able to duplicate the theme av issue in a small app. Do you want
me to send it to you? Where do I send it?
Hi Nico,
Thanks! I appreciate your assistance.
Regards,
Frederick
Hi Nico,
Are the datasets that are defined with DADE required to be static? For
example, I create a query for the report using the DADE. However,
before actually printing the report, I need to do some data processing
…Thanks, Nard. Report.DumpCache fixed my problem. Simple, but I never would
have found this without your help. Thank you very much.
David Miller.
Dear Nard,
I use RB10.09 for Delphi 7 in windows XP.
Some times when I load old RB Template show error Access Violation if I
use prior to loading the report template, call Report.DumpCache then
fixed my problem?
Thanks, Nard. I am looking forward to your next post.
> This is an Intraweb ISAPI dll
Thanks for the answer--that makes sense.
just curious--why do you want to turn off the process messages?
Thanks
Ed Dressel
Team DM
Sure that works! Actually is ppChildReport not subReport that has the
EnableProcessMessages property. But shouldn't the Report take precedence
over the ChildReports? When Im loading templates how would I find the
Child…Hi Ray,
If these individual reports are always printed together then you can create
a container report and have each of the individual reports as subreports.
See the Independent Data Sources section in the Subreports topic in …Thanks again Nico. I appreciate the time and response.
If i find anything more I will post for sure.
Hi Nico
Thanks for the response.
I moved the SetTopN code into the OnInitializeParameters Callback and the
same access violation occurred.
I tried the same SetTopN code in the OnBeforeOpenDataPipelines and that