Home rbuser Comments
New Blog Posts: Merging Reports - Part 1 and Part 2

rbuser

About

Username
rbuser
Joined
Visits
1
Last Active
Roles
Member

Comments

  • When I say summary page, I really mean summary report.

  • Ok, I put the main report in it's own subreport, and I kept the summary
    page in it's own subreport.

    So now I have two subreports in the dynamic detail band, both set to
    section for printbehavior.

    Now I get a blank f…
  • The access violation

    I was trying to create Groups without the GroupFooterBand
    that generates the exception. ;)
  • Yeah... i search and found that procedure to create groups today
    morning!
    i'm realy thankfull for your atention, Nico!

    Regards... have a nice end of week in Sub not printing the title :/ Comment by rbuser December 2006
  • (New Image Links)

    Hi Nico.
    i'm very very thankful for your atention!!!

    Sorry but i´m using D7 with RBuilder 9.01
    I think that u're using another version of RBuilder

    Look... I'm trying to do in this way:
  • Hi Nico.
    i'm very very thankful for your atention!!!

    Sorry but i´m using D7 with RBuilder 9.01
    I think that u're using another version of RBuilder

    Look... I'm trying to do in this way:
    in Sub not printing the title :/ Comment by rbuser December 2006
  • Tks for atention, Nico.

    But i dont understand the Groups (Report\Groups... (CTRL+G))
    please, do u have an example of my case?

    no problem if u dont...
    i´m trying here.
    I am thankful for all.
    have a nice day!<…
  • The Grand totals is in the parent report Suimmary detail. But in an effort
    to make it work, I pointed another pipeline to the same data set. I used
    this pipeline for the grand totals on the parent report Suimmary detail.
    Still th…
  • Why is this necessary. I have a database field and all I want to do is add
    the entire series of them. No filtering, no limiting.
    The sub totals work just fine. It is only the grand totals that are hosed!
    Is this a bug? Why am I o…
  • Deirdre Mullen wrote:


    I have since figured out that the main report and the sub-report can
    have different grid units and that these can be controlled via the
    Report Tree.

    However, using the Report > Grid Unit…
  • In the end up that is what I did.

  • I am using delphi 7 and reportbuilder 7.03
    Does it have TppPageBreak components?
    If not, is there another way to accomplish this?

    Thanks

  • Hi Nico,

    This is really "weird", I was using a stored proc to retrieve data from a
    SQL Server 2000 database. Now instead of linking TADOStoredProc to a
    TDataSource and then to a TDBPipeline, if I load the data into a
    TKB…
  • Nico Cizik (Digital Metaphors) wrote:
    Nico,

    The master table is ordered on columns other than the key. I changed it
    to order on the key but it did not help. The detail tables are ordered
    on compound keys made up their pri…
  • Great tip, thanks!

  • I need to show nodes for every subreport in my report if the subreport is
    not empty.


  • I have ResetPageProperty set to False for all my subreports, but I still
    have one subreport starting at page 1 and is not the fist subreport going in
    the report.

    Laura

  • Hi Nico,

    I was already using a TppVariable and adding the value in code. In the end I
    found the problem was that the subreport was type 'Child'. When I changed it
    to 'Fixed' it worked fine (the subreport will only ever output …
  • Hi Nico.
    I dont know how reprint group footers on subsequent pages
    And i dont undestand your last replay.
    can u make me a example?
    please... help me to solve that problem..
    (i´m from brazil and my english is bad!)

  • Hi Nico!

    Could you give me a sample?


    i´m very tankfull.

    []s

    --



  • An email has already been sent out although there appears to be a lot of
    registered users who didn't receive it (including myself).

    Send an email to info@digital-metaphors.com with your serial
    number/registration details and t…
  • "Richard M" wrote in message
  • Thanks Nico,
    But i have RB version 9.02 and I cannot open the project you have sent, the
    property ppReport1.EmailSettings does not exists.

  • perhaps you could direct me to an example program where one or more sub
    reports are created through code. My last attempt included the first
    page with a summary band created via the Reportbuilder editor. The
    first page had one la…
  • Hey

    I used the example in a simple test app, except I got the data from a
    jit pipeline. It worked in that it produced output but was not what I
    wanted. I want the sub report to be the next page of the report. I
    used t…
  • The number of repeating sub reports is based on the number of data base
    records. each record has 2 parallel child records. Their are
    calculations required with the data in these three tables. The
    calculations are not straight for…
  • Hello

    Delphi 2006 - RB 10.04
    I have a detail band that contains only subreport1. Subreport1 contains
    group header, detail band, group footer bands. The Subreport1 detail band
    contains Subreport2. Subreport2 contains a …
  • The solution is as follows. The principle was correct, the problem was that
    I was using the date value obtained from the table and not the pipeline
    attached to the table to evaluate the date. See below:

    var
    tempValue:…
  • Thanks Nico

    That was a very interesting answer - I shall salt it away. Unfortunately
    the requirement has changed slightly so I shall post a new question called
    '4 part printing'.

    Regards
    Paul