rbuser
Comments
-
Ok, Thanks a lot. I will try your ideas ...
Luis
-
the design is not like this something was wrong with my editor

Group 1 and Group 2 was in the same line, and records was … -
Hi Frances,
it is very difficult from your description to see what you are really doing. Some code and your data layout may help.
Perhaps you set the visibility at the wrong time using the wrong event.
Are you able to create a s… -
Hi Chris,
Sorry I was did not explain very well.
Some of the captions that have values (which I expect to be printed) when I
run Delphi in debug mode do not appear on the report even though they have
visible set to true.
Hi Frances Ford,
what is 'some errors'?
regards,
Chris Ueberall;
Strike that last nonsense!
Setting Visible=True seems to make such a lot of difference . It
appears that adding a sub report sets the header band property "Visible" to
False? Is that really so?
cheers - David
<…> While I was typing the follow up Jim was typing the answer! That's > neat
))
DM/RB is good at muti-pro…Wow! While I was typing the follow up Jim was typing the answer! That's
neat
))
I seem to have solved it with…Cool, piece of cake
Thanks again
after eleminate of the zsPagewidth problem i get a slightly different report
fom the 6.03 version
but still doesn't keep together the whole thing.
Regards
Ren? Leerdam
with the trial of RB 7 i have problems with zsPagewidth wich is in ppViewr
unit
my program won't even run.
regards,
Rene Leerdam
rb 6.03
is support partly it keeps the reports together , but some parts are printed
twice first on the page on
which the mastersubreport doesn't fit and printed again on next page.
sometimes also print footer of previous record …How do my users who only have the report designer set this property?
TIA,
Paul
Something I do that helps quite a bit: create the report at design time that
works. Save it to a file.
Next create a report at run time that suppose to work but you can't figure
out what you are doing wrong. Save it to another f…My problem is more of the kind that i have both-the master and the one with
the dealer data- reports loaded from database(this works)
Now, on my "master" reports i will have a region with a subreport in it
(this for every type …thx,
Yes! Almost....
The subreport now dynamically loads IF the subreport is in the same folder
in the database. I can't seem to dynamically find a different subreports
folder.
For example
Main report: …Closer I think...
I'm using DOA so I included daDOA into the unit and tried this code in the
LoadHeaderSubreport. There isn't a "SQLChanged" method exposed for DOA so I
tried various other methods with no luck.
With …I'm stumped. I can't seem to reassign the pipeline to the subreport after
it's loaded.
Any chance of getting the updated "Dynamic Loading Subreport" demo from you?
TIA
Thanks - This would be of great help!
Would I do this using Rap? Which event would be most approriate?
Yes, it's the Dataview. This works great when I manually load the subreport
into the main report, save and preview.
When I use the demo "Dynamic Subreport Loading" and use the specialized
component to dynamically load the subre…This is a good example but remember I'm talking about a drill down report.
Isn't there any way to query the data when the drill down is expaned? Why
isn't there an OnDrillDown or OnExpand event?
Craig
This is not a DADE report. It uses two TppJITPipelines to try and do query
parameter linking. The timing of ReportBuilders events must have changed and
now the report no longer works. Is it even possible to do query parameter
linking …That sheds much light on the behavior I was seeing. I think I know how to
proceed at this point. For some reason the code was attempting to just query
the data for the related master record. This actually makes the code
simpler. Thank…Thanks
A few more issues though. The report I'm using has groups for
shareholder_code. I have to display information for each year for the
shareholder and the same for the split_member.
IE
Shareholder 1
20…Thanks Jim, for your reply.
That will do for now, I hope you can implement this in one of the next
versions.
Brdgs
Andre
Maybe the following information can help you figure out my problem:
I placed color shapes in all bands. What happens is on the page without
details, the shapes from GROUP HEADER and GROUP FOOTER of the mais report
appear overlapped.I had placed shapes and on the page with no detail information, no shape is
shown.
If I upgrade my RB to version 6.03, will my old reports work normally? What
about my customers' customized reports?
Thank you very much.
- Gu…I have used ReprintOnOverFlow, StretchWithParent and ShiftWithParent but the
problem persist.
With ReprintOnOverFlow in the second page the report print only the lines of
the module and any of the subreport rows.
Do y…That's unfortunate but I do appreciate your efforts. I'm hoping your
drill-down demo will closely follow the custom parameter release... :-)
Just a thought too - How about a viewer button in the server based demo to
manually Ex…