rbuser
Comments
-
Hi,
Thanks for that, it worked a treat.
Dermot
-
Hi Nico,
Title is dynamic, the subreport has type=pbChild but I?ve tried with other
types too.
The report itself has an BDEPipeline whereas the subreport is controlled by
a JITPipeline pointing to my internal index-list.<… -
I have try this method but it don't work! I think this is because the detail
pipeline has record but just not corresponding to the current master
pipeline record. Instead I find that the following seems to work
if Masterpipeline['… -
This is all good information but I probably didn't explain the problem very
well. The subreport will not print on the first page if the subreport hits
a certain length.
The report will start on a new page and print normal from there.… -
Nard,
Is it "Include only those records....." and " Include all records
from..." radio buttons you have in mind?
Yes, I have used these but will give them another try.
/Ronny
-
Nard,
I don't use datapipelines.
The SQL objects are created in the RB Data tab with the query designer.
I have looked in the DataTree and the ReportTree in the report designer but
can't find a similar setting.
… -
Nard,
A while ago i mailed you an example, what is the status on this issue ??
-
Thanks Nard,
John
-
Dear Nard,
I will have to find some harder questions, these are too
easy for you.
many thanks.
John
-
Thanks for your time.
The page problem I was having was due to our framework the header and
footer were being recreated before the print.
Darryl Koehn
-
There are at least two problems doing it this way.
1. When using a section type of subreport there will be a page printed
before each subreport. I must be able to get it to print one subreport
after another without any pages b… -
Thanks for confirming that it would work on RB 7.04.
I found out what was making it fail. I had tried to get it to work using
child subreports so with this configuration I was required to use groups
to be able to have a header… -
Oh no....
The application is written in Delphi 5!!!
-
Nico,
Thanks for your reply. Unfortunately I cannot use the report footer band
as I only want the subreport to print out on the very first page. The
detail band is also a problem as I have other subreports which print after<… -
Hi,
Well that sorted it.
Thanks a lot for your help and prompt responses, I'm sure I haven't even
scratched the surface using ReportBuilder, but what is clear is how
comprehensive your product is, awesome.
Hi Nico,
Thanks for your reply, but I don't think I explained myself very well given
your answer.
What I was seeing was when I was creating the rport with the sub reports in
without any data and then going to the Pr…Hi,
OK I fixed it, all I needed to do was remove the reference to the base class
JITPipeline from the ppReport declared at that level, but obviously only for
the report which has the sub reports.
Well I'm not going …Hi again,
this is turning into a saga now...
Right so something I didn't mention before was that there are in fact two
forms, the first is the base class, and is a form and has a ppReport and a
JITPipline on it. It…Hi,
Now I'm totally confused, suffice to say that I am going to start from
scratch with the whole report, but what leads me to this is that fact that
even if when I removed the other two subreports the remaining one still
Hi,
I have narrowed it down to the TraverseBy event, in that if I comment out
the code in there that increments the index into the third list, along with
the GetFieldAsString and the GetFieldValue events then there is no
Sorry about my description , My problem is like this ,
--------------------------------------------------------------page 1
------------------------------------------------------- detail band .
my text.....................…Thanks for your reply. I realized that I can use subreport.stopposition
for my purpose, but Ive been scanning the documentation about getting
the height of the subreport after data has been printed. If I can
somehow programmatica…dan wrote:
Ive been playing the the subreport and I found out that the key to
achieve the effect I need is the subreport.StopPosition. Now my
question is how do I measure the length of the subreport so I can
determine t…Hi,
I solved the problem using a TppJITPipeline attached to the mainreport as a
loop counter and putting both section type subreports in the detail band.
When previewed setting its RangeEndCount to 1, when printed setting itsHi Nico,
Erm no offence but a freeware merge utility wasn't what I had in mind. Comon
this is basic stuff, an accompagning letter and an in voice in twofold and
RB can't handle this?? Can't i use printdevices/screendevices to ge…Hi Nico,
Sorry to say but DelegateCopies doesn't work either. I just get 1 copie for
both reports. If I splitt up the mainreport in 2 seperate reports, how can i
merge them both together as 1 printjob (preview/print), each using…Hi Nico,
Could U please reply to my post from yesterday.
Thank U,
Filip Moons
Hi,
Did some further testing. I changed the orientation for subreport2 to
landscape. When I view/print the report subreport1 is oriented in portrait
and subreport2 in landscape. So subreport2 does take its own PrinterSetup
Hi Nico,
That's great but somehow it doesn't work overhere. We are using
reportbuilder 7.02 for delphi 5.
I created a new report, i removed all bands except the detailband. I Placed
2 pbSection type subreports on the detai…> > Is there a way to supress output of individual rows in a detail band?
Nard,
I went in that direction but say if the condition of #2 out of 3 records was
to be hidden, the entire details section was hidden (…