rbuser
Comments
-
Great thanks Jim, never noticed that there and have always set the sub
reports by Report Data option when on the sub report page.
-
Sorry if I am being dense here but I cannot find where I assign this in the
crosstab.
I can do it in RAP of course but I need to do it in the Design Tab itself to
be able to configure the rows and columns.
Thanks
-
How do I connect the crosstab to different pipeline to that used by the main
report. Thats' why I put it on a sub report.
I can't use the main report pipeline as the data here is slightly different.
-
perfect... when i will solve the other problem i create it
thanks a lot.. (@ all staff)
-
this is a design time settig?
it's not possible to do it at runtime? for example in the demo project, i
create my own report, in the subreport can i set this parameter?
Thanks
"Nard Moseley (Digital Metaphors)" … -
I should probably mention another important detail. I create and minipulate
all the reports from within the design mode in my application. I do not have
the option to hit F11 and modify the Object Inspector. My "WorkAround" is to
expo… -
Hey Nico,
A good naming convention is always a good programmer practice. However, the
"SaveToDatabase" technique use the real component name (Region4) instead of
the EU define UserName (regMyRegion2). So, the property (ShiftRela… -
I have followed your suggestion and place child type subreports in inner
group and section type subreport in outer group, but now there is a blank
page print out OCCASSIONALLY before the section type subreport is print out,
I ca… -
Oups, just a detail, I'd like to make that with RAP
Thanks
-
Thanks, but the subrep has to be at the bottem of my page. And only at the
bottem of my last page. That i do with report.twopass and test if lastpage.
The heigt of my footer is static for the entire report. I set only the heigt
in th… -
Hi Nard,
works tops,
thanks a lot.
Patrick.
-
Hi Nard,
A good idea, but it won't do.
The subreport could be several pages long.
It has to be printed on all the available space.
I just do not want it to start in the bottom of a page.
So if t… -
Hi Nard,
Thank you for the tips. Sorry...I am using pbSection. I am still getting a
blank page.
Now, I think, maybe, that is because I have the header and footer bands,
tough the footer band does not print a blank p… -
THIS MAIL WAS NOT TO BE SEND
anyhow the answer is that the definitions are in : "ppTypes"
so once i included that unit all went well
I hope it is of use to anyone.
Patrick
-
Ohh...never mind...forgot about the Title page.NewPage property...
-
BTW.
I'm using RB7.03 and D5
Thanks,
Rodger
-
Thanks, That works
-
Thanks for that, I'll have a go!
Rich
-
Nard:
Sorry it took so long to get back to you. That advice was perfect! The
report looks great!
Thanks
-
Hi, Nard
It worked!!!, Thanks a lot. BTW, Why could it happen?
William
-
Hi, Nard
As I said, I don't have anything would cause a page break. otherwise
printing all of them together would have problem, which I don't have, what I
did is wrote the RAP code in the Report.BeforePrint:
if Co… -
"Nard Moseley (Digital Metaphors)" wrote in
-
Thanks ! That worked.
-
The two memos and the region have their shiftrelativeto-property set.
A section-subreport doesn't have a this property. I need to use a section
because I want a PageNoReset, and I don't want the title and foot of the
first repor… -
Did you set the ShiftRelativeTo property of the subreport, regions, and
memos? (Right click on the subreport and you can get to this easily)
Jim
-
Sounds like you're using TTables, but if you can switch to TQuery, do a join
on the three tables to get them into one dataset, which will make it very
easy to build a report from.
Also, why are the tables separate in the first p… -
Could you direct me to the report in question? I find that there are many
reports in that program.
Thanks.
Wil
-
Hi Nard,
I don't think that I was very clear.
Here's what I know for sure.
I have static reports. A summary report that grows depending on the amount
of data, the rest of my reports never exceed a single page.Hi Nard,
Your solution did fix the removeband issue however it didn't resolve the
report pages issue.
Maybe we should forward this the RemoveBand solution to Jim Waler so that he
can update his TExtraDevices faq examp…Nard Moseley (Digital Metaphors) wrote:
Kinda :-)
main
( template part 1 ) title ( template part 2 )
detailband
subreport1 - pbChild
footerband
Nope, it's like t…