rbuser
Comments
-
Hello Nard,
Thanks.
Just when there are multiple pages the line is drawn too at the bottom of
the previous page or at the top of the new page.
Is there a way to handle that too?
-
Boris Gamburg wrote:
Have a look here
http://www.digital-metaphors.com:8080/Delphi_Code/Layouts/Create_SubReport_… -
In article ,
nigel@3log.com says...
I should add that I need to do this in RAP and I can't use the ExpandAll
property becuase I need to be able to collapse it again later.
Nigel
-
Nico,
sory,
I forgot to mention our RB version : 12.01 build 197
Regards,
Luc
Op 1/03/2011 15:10, Nico Cizik (Digital Metaphors) schreef:
-
Hi Nico,
thx for your prompt reply.
We don't use a tppvariables, but a global delphi variable for
calculating this subtotal/total.
On the onprint of the first label in the detailband of my subreport, I
do the summati… -
Hello Nico,
Changing to a Child subreport works except the header on the subreport never
prints. The detail and summary bands on the child subreport are fine.
Greg
-
Hi Nico.
I have just send a simple example which is like my real report.
Best regards
Michael Meyer
Nico Cizik (Digital Metaphors) machte diesen Vorschlag :
-
Hi Nico.
All Subreports are "Child".
The Subreport which is important for that has also "KeepTogether" =
True.
So I am sure it is only on one page.
So I think I must make "try and error".
Best r… -
No ideas ?
Michael Meyer schrieb am 28.07.2011 :
-
Hi Nico.
Thanks for your answer.
It seems it doesn't work. My report is very complex.
At the moment my report has 4 pages.
On page 1,2 and 4 should get printed "X".
On page 3 is my "SubreportY" and on… -
Edit: fixed incorrect name in account settings.
-
I changed that value to "False", but it did not help. I gave up and
formatted the report differently, but I would still love to hear any other
ideas as to what might be going on here.
Thanks,
Kimberly
I already did so, but that turns out to be quite a waste of paper, as
the columns break at the end of the page, eof appears at the middle of
the second column and column 3 is all empty.
Is there an easy way to arrange columnle…Hi Nico,
Thank you for your reply. We're using Delphi 5 and RB 6.03 Enterprise.
I seem to have, possibly, stumbled upon a partial answer...although I
would like to find out if there is a better way to do this.
…Thanks! It works!
We use different versions of SQL, on SQL2000 I have no problem, but one of
our customers was using 2008 and the same report didn't work on their
database.
Problem solved!
How can i send my report ? I think that you can understand better ...
Tried do attach but message don´t go
Em 07/05/2012 10:14, Nico Cizik (Digital Metaphors) escreveu:
Thanks Nard,
I am trying get around the Heading limitation in Sub Reports.
I am trying to combine a lot of RTF Text with unlinked table data with
headers. e.g.
Detail Band (no dataset) ...e demo 51I think it is
R…Hi Nico,
there is only one (1) subreport. Main report with subreport for detail.
Each page A4 size print two (2) A5 form. If subreport (detail) doens´t
fit at A5 form, it should print on next A5 form. And it will …Hi Nico
I solve this problem using:
group for invoice number
group header - I put company logo and address, and other invoice
information
group detail band
- I put a region and subreport inside…?Hi Nico,
thank's for your response.
I work with Delphi 7 and RB 7.04. Is this component available in this
version ? I don't see it in toolbar.
Can I create it per program ? Can you give me an example ?
Lau…Am 12.02.2013 21:43, schrieb Christoph Wälchli:
I solved the problem. The tricky thing was, that CreateDefaultBAnds did
not crate a HeaderBand!
Thanks for the tip - I will give it a try.
The report prints a manufacturing work order, and a drawing (sound
familiar? ).
The main report has a group on work order no. It has a group header and
footer. The subreport is the only object in the group header, the group
Hi Nico,
I'm not entirely sure what you mean by "simply use the
GroupFooter.BeforePrint to determine when the subreport will begin
printing."
Right now, in the group footer beforeprint, I'm already controlling
vi…Thank you for your links.
It gave me a better idea to solve the problem.
I put the footer on the subreport and there I put the variables for the
partial sums and counts.
Then I suppress printing the footer on the last page and …Nico
Solved this one using FindComponent - finally understood what was going
on ...
Paul
Nico
I am using 14.01 with XE2 SP4 (hot fix).
The sub report in question is static sized but the repeatonoverflow is
grayed out on the right click.
Paul Lowman
Thank Nico.
Peter Tan
Many Thanks Nico - works perfectly.
I didn't mention the other sub reports - but the customer only wanted to
control the title of the first sub report, so have coded around the others.
Great support as always.
…Thanks for the new example. This one helped point me in the right direction
and it looks like I have things working now.