rbuser
Comments
-
Ryan,
My problem was caused by not setting the Master DataPipeline on the
JITPipelines for the subreports..
Bradley
-
I have been having this problem also and have duplicated it in a sample
program. I am sending the sample to support.
-
Hello Jim,
There are no PrintPosition properties set (at least I couldn't find any)
set. I don't use Group bands. The report is set as...
Header
Detail
SubReport
SubReport - Not Printing at this po… -
-
Ok,
I have downloaded the latest version 7.03 and I noticed in the eample 2
differences.
1. There is nothing but the loading of subreports in the LoadSubreport
procedure, and
2. In the StartOfMainReport the call to "inherite… -
1. all of my Subreports using the sum Query,
but every SubReports need to Change SQL Parameter value (For example
Query.Parameters[City] := 'NY')
when i can set the parameter Value for each SubReport
2. how i can Prep… -
Number 2 in the list in the first message is taken care of.
-
I figure out that the subreport was being called on the wrong event. So
number is taken care of. Thanks.
-
Thank you Jim.
I have already used a var to control the execution of the event handlers.
However in a report with a normal subreport the OnFirstPass event of the
subreport is called twice - no dynamic loading here.
I have build … -
Group headers sound like the best option. Thanks very much...
On Thu, 28 Aug 2003 10:44:31 -0600, "Jim Bennett \(Digital
-
Thanks Nick. We were able to get version 7.03 but unfortunatley the report
is still behaving incorrectly. I am attaching you the report document so
that you can look at page 2 and page 3 of this sample document. You will
notice that t… -
I am having the same problem also and I was wondering if it would fox my
problem. When is Report Builder going to do a general release of 7.03?
-
Thank you very much. I got it working.
-
Okay. I will look at what I can do about these things.
Regarding your quick fix. It works for the print preview, but if you print
it it does the same old double print thing again. Is there a quick fix for
the print part too?<… -
I just emailed you with an example of the issue.
Thanks.
-
A new piece of information.
After teh first page finishes. I put a stop on the onnewpage event and look
at what record it was on. It was on the next subreports record. Which
means that the repeated subreport that appears at th… -
hmm this is very complex report and i'm sure the complexity is what causse
the issue. You don't by chance want to like VNC into the computer and see
it in action do you?
-
I was wrong that didn't fix the error. Its still happening in 7.03 seems to
only be on the first page, any help please?
-
Ok that fixed that error.
And the demo does not have the inital error in it. It seems to print just
fine. I guess its time to upgrade.
-
ok now i just need to get rid of the error that zsPagewidth and zsWholepage
are undeclared identifiers? How do i get rid of this, what changed.
-
I didn't mix dcu's I just installed the trial version. And the program will
not compile because it is missing DCUs dadataman and dadatamodule.
I'm fairly certain it is pointing at the 7.03 lib directory.
-
How do i get rid of dadataman.dcu errors and dadatamodule.dcu errors when I
compile in 7.03 rather then 6.03
thanks.
-
I have also noticed that this appears to be only at the bottom of the first
page and top of the second
-
the section style of the subreport both the detail and the header are
pbChild.
I am using 6.03.
I am not sure if i can recreate this in 7.03 because i didnt' write this and
the guy who did took a couple months to get … -
I have seen the new group that pbsection subreport use z-order to determine
print order, but even I use send to front, send to back, the pbsection
subreport always print first, also, is the z-order rule also apply to
between subreport… -
Hi Jim,
I did manage to get around it by putting the components into a TList when
they were being created and then going through the TList and freeing them
once the report had been run. Thanks for your help.
Richard<… -
Hi again,
I don't think I was very clear about what I am trying to do so here is an
example:
The report shows some student information aswell as assessment marks and
grades.
When I run the report the first … -
Hi Jim,
Thanks for replying. Doesn't the report object get freed when you close the
preview window or after it has been printed? The CreateReportFromDataset is
the example I am using for this and there is nothing in that examp… -
It seems each time when preview or print a section style subreport, it
always print a blank page first. Why and how to avoid this one?
William
-
Thank you for the tip, it is very useful. Will this "expand all with
collapsing support" function going to be packaged into RB as a standard
feature? When I set CachePages to True, the drill down report will not
work properly. I…