rbuser
Comments
-
Yes but it's not when I use the designer. I have a TppReport in my
application that loads the report from database. If this report contains a
dynamic loading subreport with DADE objects it seems that the second time I
load this report… -
From the Loaded() method.
-
Now testing with 10.02 but I don't think that changes stuff.
Situation:
Report containing a template (Dynamic Loading Subreport) with an attached
dataview. This dataview is also referenced by a dbtext object on the
ma… -
Nard,
-
Update:
I created a Design Control class for the template component.
1. Is solved. New question is can I disable the defaultproperty control?
Setting it to '' doesn't disable it. No big deal.
2. Solved. Replaced excep… -
hi Nard
My Report has 1 subreport
In this sub report is a grid. When the grid fills a page the report goes
onto the next page. Its the final grid that I want to change
I use FindUserObject to get the grid but … -
I have a way of working out if I am on the last page of this report the
problem I have is that if I have a report with 3 pages there are 3 grids. I
want to modify the bottom row of the grid on page 3
-
I am using delphi 7 and Reportbuilder version 7.03, not version 9
Chris
-
I don't think you understand correctly - I am not looking to expand all
subreports. I want to display either Subreport A on a drilldown where my
master field = Value1 or a totally different Subreport B where the master
field = V… -
but does this not expand everything? What I want to do is depending on the
detail data choose one sub report or another. I've managed to do this one
way by adding two label fields that are linked to each of the subreports and
bec… -
Nard Moseley (Digital Metaphors) wrote:
Thanks Nard. I will get the download information from my client and
download 10.3 ASAP.
As for the VCL Streaming, I always wondering myself if that code was
threadsafe, but was nev… -
Nard Moseley (Digital Metaphors) wrote:
You know what would be really cool?
If you could create a report in the designer, and be able to save the
report as generated Delphi code. It would be a great learning tool, but
it… -
Nard Moseley (Digital Metaphors) wrote:
My apologies for posting an attachment, but it was the easiest way to
show you what was going on, since I could not easily convert it to text,
I decided just to keep the image as small as poss… -
This is a multi-part message in MIME format.
-
Thanks for the help. I got it working.
The data is not from the same datasource, so I place a 'filter' on the
subreport as the master changes. It works well now.
Jim
-
That worked Great thanks !!!!!!!!!!
-
I can't find any info on the expansions routines - is there any
documentation about them?
-
Thanks I'll have a look at it as soon as I can. Your help is invaluable...
-
Nico
Thanks for looking at the sample. However we still have numerous problems
with subreports begin very slow to display both in drilldown and non-drill
down. I'm pretty sure that the answer to this is to be able to use the… -
We've just upgraded RB to 10.03 and now find that the design time preview is
just as slow as runtime so 10.03 is slower than 9. We'll email off the
exact sample with data files.
-
Thanks !
-
One other Question Nico how is that alignment done if you want 2 SubReports
side by side ?
Thanks
-
Thanks Nico !
-
Yes Nico, I tried both of the suggestions, even tried to delete both
variables and enter a new one it still did not show thats a strange problem
because the other variables work in other reports I created, unless having
the variable o… -
Sorry! I hit the enter key making an empty message area!
I have two side by side sub reports (slick design by Report Builder), but
I wnat the summary line for bot to be at the same level/height. In other
words, even with the d… -
Nico Cizik (Digital Metaphors) wrote:
My main report doesn't have a pipeline attached. I don't quite see what
you mean by not using the locate.
I have a TTable connected to a paradox table, which is my lookup table.… -
I don't know why the BandCount was zero for me yesterday, but I got back
to the report this afternoon and my main report had it's one detail band
which I could then traverse looking for the controls I needed to hookup
the OnGetText… -
Nico Cizik (Digital Metaphors) wrote:
Ok, after creating my TppReport I assign my OnLoadEnd event handler.
rptStatementsToProcess := TppReport.Create( nil );
rptStatementsToProcess.Template.OnLoadEnd := OnLoadE… -
Nico Cizik (Digital Metaphors) wrote:
Ok, I have everything working except a a TppLabel whose OnGetText event
I assign at runtime. In the event I lookup a code and replace the a name.
if tblLookup.Locate( 'CodeField',
srdaniel wrote:
Doh, when I copied the components from subreport1 to subreport2, it
maintained the first pipeline connection. Should have seen that sooner.