rbuser
Comments
-
Actually this subreport started as section style but I changed it
to child after seeing this problem:
in section style subreport it seems that the property "ShiftRelativeTo"
is disabled ...
In the main report I have several other… -
Nico,
-
Hi Nico,
I've seen the property but it seems disabled ..
I click but it doesn't get checked ...
Is there anything that could inibit this ?
In my summary I've putted an image and I have printheight static (I've
t… -
Sorry, I didn't know posting screenshots was a no-no. I'm used to posting on
forums where they generally want to see screenshots, code, etc.
Deleting the Data View and recreating it solved the problem. I still don't
know why i… -
Corrected screenshot. I was testing another link option when I took the
previous shot.
-
Attached is a screenshot of the Data view.
-
It says a zero height band cannot contain components. I have the subreport
total there. That is the variable the SummaryAfterGenerate procedure uses to
update the main report total.
-
Ed,
Ack...I was afraid you were going to say that...I was just hoping it was
some flag I didn't have set :-) Let me see if I can come up with a simple
example that reproduces the problem. Unfortunately the report itself is <… -
> Any idea why this is occurring?
Can you reproduce this in a demo? If so, it can easily be tested against
11.08 and see if there is an issue in that.
Ed Dressel
Team DM
-
When I load from file into a new, blank subreport, it tells me essentially
that my group is invalid. When I create another subreport manually, my group
(based on employee department) is assigned a new group number, like this:
… -
> (hoping telling you that doesn't end my getting help on the newsgroups).
you should try to get support from the people who supplied you the
accounting software.
FWIW, if DM supported all of the end users of their app… -
Hi Nico,
Yes this is in RAP. I don't have Delphi. RB came bundled with our payroll
application (hoping telling you that doesn't end my getting help on the
newsgroups). The data is on a MS SQL Server 2005. Is there a way I can … -
Hi Nico,
I'm afraid I don't know how to "trace into the code" to look for timing. I
can see that my procedure for Variable18 is calculating the correct amount
for the total when I preview the report, but I have no way that I c… -
Good morning Nico,
I tried your suggestion below and now the header band for every group is
printing, even the ones which should be suppressed.
I have also deleted and recreated the subreport from scratch. That did notBeautiful!
I was so close--I was doing that exact thing, but in the BeforeGenerate
event instead.
Thank you.
--
David Cornelius
Cornelius Concepts
please don't cross post.
Ed Dressel
Team DM
Hi Nico,
I found the reason! It is because ReportBuilder re-create the datamodule if
the report is print to printer.
If preview on screen the datamodule is not re-create that why the report is
perfect when preview.
W…Hi Nico,
I use another method and it works.
The sequence of process:
1. Create a new client dataset (cds2) with exact structure as cds1
2. Call cds2.loadFromFile to load the pre-save data (C:\cds1.dat) .
3. Call …Ni Nico,
Very strange is that I copied all the report component, client datasets to a
new test application and print from there and it works. The only different
is the test app load the data from file but the actual app is app…Hi Nico,
I am not able to print direct without preview it.
If print direct, the report is blank. The report only comes out perfect when
in preview.
Pls help
Shely
RB version 10.04
Delphi 2006
>> what type of pipelines are you using? DB, JIT, other?
you are linking the datasets at all? there should be no links. AFAICR the
master ids (and detail ids) need to be in assending order, unless the link
is explicity set…> I've managed to get just about everything but that. I used the
be sure that the properties for the MasterDataPipelne are assigned at run
time. I find that if I close a DFM and reopen it, it is always lost. (DM
hasn't bee…No, they're coming from a separate dataset.
Hi Nico,
The subreport is set to pbChild. I'm not sure if I mentioned but the
subreport has been placed in the Footer section of the main report. Other
subreports in the Detail section seem to stretch OK. Just looks like it ma…Txs Nico,
that helped me to solve the problem
As expected SaveToStream /
LodFromStream creates new TppImage Objects,…OK I see. I've no doubt, that the problem will disappear doing so. I feel it
must have something to do with Load/Save at runtime building new instances
of my TppImage objects and the event handler controlling the the visiblity
of t…Txs Nico,
I'm using D7 and RB 11.04. The event handlers are coded in Delphi.
Not sure what you mean. At design time? If it means to have two distinct
reports, that is what I would like to avoid. Because that would double the
r…