rbuser
Comments
-
Nico Cizik (Digital Metaphors) wrote:
I did have the main report hooked to a pipeline, once I removed that
things are getting a lot closer. I also had the second subreport set to
child instead of section. I also set the … -
Modifying the ShiftRelativeTo helped.
Thx for your help.
Regards,
Jan
--
--
EasternGraphics - visualize your business
Jan Hoffmann, Entwicklung
in Subreport => KeepTogether Comment by rbuser June 2006 -
hi,
no idea or need more information?
regards,
jan
--
EasternGraphics - visualize your business
Jan Hoffmann, Entwicklung
http… -
I increased the footer spacing - it was only like a pixel high and it seems
to have solved it but I have to check a little more.
-
Sorry, my colleague got use DataSet linking and DataPipeline together which
cause the problem. Thanks for your support.
-
Have check the data linking relationship using DBGrid, everything is
correct. And check the tech tree before and compare lines by lines, don't
seen anything wrong.
The main and child report DataPipeline is assign correctly.
Hi Nico,
I needed all that data to reproduce the behaviour. I ran the report on
Report Builder 10.03 trial and it seems to do fine.
I was thinking if I could try that patch you were talking about earlier,
maybe it will f…Hi Nico,
No luck. I removed all the event code and cut down the subreports from 30 or
so to 9 and the pipelines from 15 or so to 6, but it still does the same
thing. It's really odd because the report is 9 pages now and the de…Hi Nico,
It is a child subreport (actually a child subreport of a child subreport).
I am sure the data is there, because if I move some stuff around so all the
records are on the same page all the records are showing.
Nico,
I had a look at the example you mentioned and unless I am missing something,
this does nothing to control the sub-report query.
Assuming that I am missing something, can you list the RAP code and the
event I s…Nico,
Thanks for the pointer on the drill-down example, I will check it out.
Just to clarify what you are saying, for a sub-report that is not a
drill-down, I can use the OnDrawCommandClick event and the
CreateAutoS…It appears that setting KeepTogether to false on the subreport in
question did not actually change the value in the DFM file. I changed
the value in the DFM file, set the KeepTogether property to false for
the parent subreport and…Am Fri, 28 Jul 2006 08:16:17 -0600 schrieb Nico Cizik (Digital Metaphors):
sorry for my blindness. But we've about 35°C in Germany. And due to havn't
such temperature until 1999 our air condition technique is limited to open
Am Tue, 25 Jul 2006 06:35:40 -0600 schrieb Nico Cizik (Digital Metaphors):
Thanks Nico!
But I've tried it without success.
What I've done:
1. Create a testproject with a TppReport rbr_1 in a TDataMod…Ok, I added the 7th field to table 1 and used a single dataset.
Everything is working fine now.
Thanks,
Valdimar
Yes demo 152 function correctly.
If I execute my report without the drilldowncomponent it works. Have I
choose a bad Hot component ? It's a region, just before the subreport ...
Thank you.
the
fully
On Fri, 28 Jul 2006 11:17:07 -0500, "Nard Moseley \(Digital
When the New Items dialog appear I get the following :
Report Wizard
Report
Crosstab Wizard
Label Templates
Query Wizard does not appear here.
To answer your question about the grid, yes all the data appear in the…Thanks Nico,
I have a pointer to the subreport TppReport object, but I wasn't able to
find out how to set its visiblity. I couldn't find a visible property or a
method to set visibility.
I use the following code to ge…I have found a work-around for now. I created an empty in-memory table
dataset component, a datasource, and at runtime I point my subreport to
this empty dataset. Not as elegant as I was hoping for, but it works for now.
J.D.
Hi Nico,
I had previously tried this but had no joy. As mentioned in my new post
I have kind of worked around this issue.
I'm running version 10.03
Hi Nico.
I have tried using RAP in D6 and RBE10.04 due to your advice and have found
a problem.
If a report contains more than one page the global variable gets more value
than needed.
Check it please.
I will try…Nico,
I debugged the report using Delphi and got the timing problem. Everything
works ok now.
LookAhead with the correct reset properties where indeed the key to this
problem.
Regards,
Jeroen.
No, it works fine. To correct the problem I had to delete the event
(GetFieldValue) and re-enter it. After that, the program could be complied
and run. All good now. . .
Thanks, - Madt M.
Nico -
OK. I figured out the problem: During the construction process I caused an
AV with the second JITPipeline. After the AV, the GetFieldValue function
call was severed and was never again called (even though the it appeare…Nico -
Thanks for the response. I've been wrestling with this for a couple of days
now.
Everything you suggested was already in place. When I call ppReport1.print
the ppJITPipeline1GetFieldValue Event fires, but the…Not exactly. The main report is a summary of order data grouped by
customer type, part class, and part number. The drill-down shows details
on individual orders by part number. Something like this:
------------Main Report-----…I know this can be done in RB version 9 and later, and we do plan to
upgrade to v10 in the near future, but it's not an option at the moment,
and I've been working on this report for WAY too long!
Thanks,
Scott
I remade the second subreport and it works. My main problem was having
other bands besides the detail band on the main report.
Removing the header and footer bands from the main report fixed most
things.
Now I just can't seem to get my second subreport to show more than the
first record. I've verified that the second subreport is connected to
th…