rbuser
Comments
-
Thank you, I received the project. Will get to it later tomorrow/today
(It's 1:40 a.m. where I am at. Will let you know what I find out.
On Wed, 15 Oct 2008 08:24:54 -0600, "Nico Cizik \(Digital Metaphors\)"
-
I tried printing to another printer and have the same error.
Does your simple report use the BDE? If not, would you mind sending
it to me so that I can try it. It will save me the time of recreating
one. My email address is lmi… -
This only works when the childreports detailband.PrintHeight = Static. Take
RunningPageTotalFromSubreport.zip from Wiki and set the childreports
detailband.PrintHeight > Dynamic and the footers variable values will show
incorrec… -
Thanks for coming back. I'm doing it all within RAP and the FreeModules
method isn't supported.
Jason.
-
Sorry to keep reposting but I keep getting further.
It worked with my new master report because I was loading the report
templates into the subreports at design time.
It then cleared the 3 subreports, replaced them with 3 … -
Must have been something wrong with the master report because I started
again and it's all fine now.
I've long had an issue where if you go to File|New to start a new report, it
leaves the old data pipelines behind. This I think… -
Further testing done.
1. Created a brand new application, just dropped on the database component
and the TppReport component. Loaded the report at design time and it ran.
Changed the autosearch parameters, ran fine.
2… -
Damn spoke too soon. The report displays correctly straight away because of
the hard coded values in the AutoSearch criteria. Once I click the icon to
change them I get the error.
Will investigate further but I have to tell you … -
Hi Nico,
Thank you for the incredibly fast response and the perfectly accurate
answer!
I removed the page breaks, changed the 3 subreports to Section Style and
instantly the whole thing just worked. The error message … -
A follow-up, if I remove the query dataview from the master report, then the
error message appears immediately when previewing the report.
Jason.
-
Sorry, Im using 7.x. We are registered with 10.X, but we haven't made the
move to it. Not sure when we will be able to.
Shane
-
I have a number of reports which have sub-reports in their headers.
I would like to display my main report's header on every page of the report.
This works as long as I don't include a sub-report in the header. If i
incl… -
>------------------------------------------------------------------
are
Thank you Nico, it works like a dream.
--- posted by geoForum on http://delphi.new… -
I have encountered the same problem. Can someone share the solution?
Thanks,
Bharathi
-
-
Hi Nico,
thank you for your hints, but the event handler isn't the problem. I
have created a report with two subreports. The subreports could be
drilled down by an image, if you print it on the screen. My problem is,
tha… -
Hi Nico,
Thanks for the pointer. I had to make one more adjustment and now it works!
I had to change the casting to TppSubreport at line indicated rather than using TppStretchable.
With this change it works. I don't understand e… -
Hi Nico,
I am certain the UserName should find a match.
The procedure RetrieveStretchableComponents fails in an infinite loop. In tracing the code, I see that
each recursion is always testing the same object in the line
I have a situation where I need to have a subreport shift relative to another stretchable component, it might be a region or a db memo field.
I know the name of the component - I am requiring this as part of the definition of the report.…Found a solution.
Thanks for your help, Nico.
Warm regards,
Phil
Hi Nico,
That solved this particular problem. Thanks!
Now I have one remaining problem to solve (I think).
If I have more than one child subreport in a particular subreport, I need to assign the ShiftRelativeTo prope…Hello Nico,
I have tried to implement your instructions, but am failing somewhere.
Following is the code snippet that is intended to add a nested subreport. It is actually not inserting a nested subreport. Rather it is loading …Hi Nico,
This is very helpful. I did not mention in the first post that I want to refer to the parent subreport by name (a variable). The report I am building can contain many subreports and nested subreports.
Each subreport is assi…Correction, the subject line should read "Adding a subreport to another subreport. . . ."
Nico,
I happened to stumble across that setting and I set it to false for all of
the groups and it made no difference. BTW I'm using RB 10.09 if that makes
any difference.
Regards,
Rodger Van Kirk
<…Thanks for the update. RB11 won't be an issue, we are in the process of
upgrading to it.
Basically, line1 is in the main report, line2 has a line in the main
report and a subreport. If the sub report goes to the end of the page
and needs more information on the next page, it goes to a new page, but
line1 does not repr…Delphi version 2007 for Win 32
Report Builder version 10.07
There are two pipelines for the report - one for the main data set and one
for the subreport. I have the main information followed by the subreport in
the Detail…Hello Nico,
I do have 2 additional questions:
1-
In each subreport I now have included a section subreport. This section
contains the address data of an order so that for every article needed a
label is printed…Thanks Nico, works perfect now.
Kind regards,
Jerri