rbuser
Comments
-
I should add I'm using DADE linked queries in a classic master / detail
setup for the main / subreport.
-
Hello, Nard.
Thank you for your prompt response.
The second technique was quite similar to my approach, except for
ordering by field. Your suggested ?Order By? helped me very much, and
the report is fun… -
Never mind. Got it.
-
Thanks Nard! I appreciate your thorough response.
That did the trick. I used the SetReportProperty to associate the report.
Everything works like a charm. Saves me (and my client) a lot of maintenance
effort.
Regards,… -
Ignore the first part of this post re subreports. If I had know the
excellent technical tips section contained an example I would have looked
there. Doh. As for the second question I would still like to know........
--
Rega… -
It was me, I was specifying the links the wrony way around I think. It just
goes to show that you do get the answers from newsgroups!
--
Regards
Conrad Rowlands
Callards Technology Ltd
-
Ah, I should have read the NG and should have had looked at the demos.
Everything there. Sorry for wasting time.
Ths solutionis, to call
Report.Engine.State := Report.Engine.State - [esInitialized];
Init;
Dear Jim
Thanks a lot, your solution was really helpful.. Although there are a couple
of problems which i managed to solve, I got the whole idea.
I still have a small problem. I have to apply the whole idea on a subreport.
…When I had it set to pbChild the pages didn't separate quite right so I
changed them to pbSection. I'll experiment some more.
Thanks, it worked great.
Steve
SkipWhenNoRecords did not help to prevent linked subreport queries (or
pipelines) from filtering records out of the master recordset when they do
not satisfy the subreport query.
What did work was to completely disconnect the subrepor…I seemed to have solve my problem by using a global variable.
However im still curios if there is a way to directly get a values between
subreports.
Can you send me the example ?
Thanks in advance.
Massimo.
"Jim Bennett (Digital Metaphors)" wrote
last
well
Jim,
If you could help me some more I'd appreciate it.
I did try the PageBreak component that you recommended but could not get it
to work and cannot get help from Bruce Roberts. Since you recommend RBAddOn
you should…> Subreport.PrintBehavior property to pbSection.
If I set the subreport.PrintBehavior to pbSection then the entire report
begins on a new page and this subreport is the first to print and the other
subreports print. If I have…> to force page breaks to start each subreport? You can toggle the
If I set the subreport's TitleBand.NewPage property to True, then if the
subreport has any text/fields in the title band they print on the current
page and th…I've forwarded a demo to support.
Just a note, the quickest way to issues fixed is to send a demo to
support@digital-metaphors.com. Best if demos that are sent contain no 3rd
party controls and all the day is internal (ie not de…Ed,
Yes I did, but that event fires after the subreport's fields print. I'm
looking for a way to set properties just before it prints.
Thanks,
Tom
The sub report has an OnPrint event. Did you try that?
--
Ed Dressel
Team DM
Nevermind I figured out my problem.
jk
Thanks Jim, I knew it must be there but for some reason my eyes just
didn't see it!
Cheers,
DSL offers some very nice things. We use it e.g. to have common headers and
footers on our reports, being maintained separately and loaded at runtime.
Below there is the component which does this. Just drop the
supreport-component on …My problem with Access Violation errors for Dynamic Subreport Loading can be
easily reproduced using the sample code that comes with RB 7.02. No code
changes are needed:
1. Edit the myTitleTemplate.rtm of the "Dynamic Supreport …Hi,
i have solved the problem (by using group header and footer)
"Jim Bennett \(Digital Metaphors\)"
schrieb:
Thank you Jim for your quick reply,
as i'm not a programmer, i find the described way quite complicated. I
would assume tha "print on first page" should do exa…> Printing the four subreports all as pbChild subreports works fine - it
I managed to get this working by creating a fake group (grouping in a
variable that is never set and never changes) in the subreports, and adding
wh…Jim Bennett (Digital Metaphors) wrote:
I tried this and it seems that when the outer/enclosing subreport has no
records, none of the subreports nested in its summary seem to print. Is
this expected, or am I mistaken?
This works well for a single Master -> Detail. My problem is with two
detail tables. If either detail tables have data then the master will show
which does make sense. Really the SkipNoRecords property is operating as an
"OR" con…Hi Nico,
Ok, it's working now but not in the way I would have thought.
I had to set the Detail band on the SubReport.Report to a Static size, not
Dynamic. I left the SubReport type as a Child and that works fine (as does<…I managed to solve number 3.
I was looking at the Report not SubReport.Report... DOH! :-)