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

  • We have a TADSConnection component in our sample project.

    I will pursue the updated version as you suggest.


    database
    purchasing
    DataPipeline.Datasource.Dataset.DatabaseName
    the
    see
    the
  • Further information on this problem...the ppReport DataPipeline property
    changes after a report run is attempted, from the original setting of the
    Datasource name, eg dsTable, to a setting which obviously the Advantage
    driver has d…
  • Hi Nico

    That demo certainly works, but I notice that your coding is in the main
    body of the .PAS file. Our coding was done in the Calc section within
    Report Builder editor, against various events. Could it be that we do
  • I follow these steps not in the application but in the report that needed it
    using the calc tab. Is that the same? because it didn?t work. Showld I
    check another thing on the configuration?. Programing these steps directly
    on the …
  • I follow these steps not in the application but in the report that needed it
    using the calc tab. Is that the same? because it didn?t work. Showld I
    check another thing on the configuration?. Programing these steps directly
    on t…
  • Am Fri, 4 Aug 2006 09:22:42 -0500 schrieb Nard Moseley (Digital Metaphors):


    Thanks for answering!
    The report looks quite good. But I've two problems.

    (1)
    In the group-header is a stretchable TppDBMemo. If it str…
  • Jeremy Knowles wrote:


    Found it's to do with a different part of the query -I'd simplified it as
    I was trying to see if I could link a table twice like that shown in the
    tables page, but obviously not ! I'll hopefully fin…
  • Nard Moseley (Digital Metaphors) wrote:


    Ah, that's what I did try but the DB is DBISAM which comes back with an
    error:

    "DBISAM Engine Error # 11949 SQL parsing error - Table correlation name
    Tab3 is the target…
  • Greetings,

    I found the problem. Somehow some of my DCU's ended up in my project
    directory. I removed the files and all is OK.

    Thanks,
    Tommy Dillard

  • Hello Nico:

    Thank you for your suggestion to upgrade. I will definitely get that build
    into production as soon as possible. We are a VAR that supports an
    application that has ReportBuilder built in.

    Regards,
  • Update:

    The version of ReportBuilder that is in the application, currently, is 6.x.
    There is a new build of our application that is awaiting General
    Availability release status (once it passes the QA testing and Limited
  • Thanks for the reply, Nico.

    I've requested that information again and will post as soon as I know the
    version number for you. The latest problem that the end-user has
    experienced is that, as soon as the user hits the print ic…
  • Thank you for consideration.

    Have you have some forecast in what version will be released this feature?
    Could it would be in RB 10.05?

    Thank you.

    Jeferson


  • Ok

    I'm disappointed with RB. I thought this feature was adding in current
    version (10.x). I have a lot of situations where is necessary to use calc
    fields in group by clause.

    I understanded about to edit the SQL manua…
  • Nico,

    I didn't seem to be awake yesterday. Everything is OK.

    What I did yesterday was creating a group. I wanted to continue group two
    where group one ended, so 'Start new page' turned off. When previewing this
    report…
  • BTW I used an EndUser application for this.

  • Hi Nico,

    I created a new report. Then went to 'Groups' and added a group. Only adding
    a group. No other options are clicked on or changed in any way. When I then
    save the report, the KeepTogether property is not saved to file. T…
  • Where can I find T-Chart Help???
    Bruce Dent

  • Got it working.


  • Is it ok to use RemoveObject instead and does it free the control?



  • Maybe I need to explain a bit more.

    I have a unit called uPrintHeader which is passed a report. The unit takes
    the report and creates a large header or small header depending on which
    parameter is passed. This way I have a s…
  • I sent you an email a few days ago (titled 'grid pack')--did you get it?

    --
    Ed Dressel
    Team DM
  • HI,

    Sorry for the delay since we were moving to a new location. I have double
    checked the emails and couldn't find yours. Could you please email them
    again.

    Regards,

    William

  • Nico Cizik (Digital Metaphors) wrote:


    That is what I'm trying to do, but I'd rather use a QBE since it's
    paradox and they are noticably faster than using a TQuery. However I
    don't know QBE's so I'm waiting on a another n…
  • One other thing. Let's say we have 1 invoice to be printed which is spreaded
    over 2 pages. I need 1 extra copie which mentions 'COPY', in total 4 pages
    will be printed. So i need to add a drawcommand for page 3 only which
    contains the…
  • Hi Nico,

    -The ''Copy ' + IntToStr(FCopy)' from the sample is a TppDBText component
    which may be dropped or not on some band on the report , the report design
    is controlled by the enduser.
    - Further more each report design (…
  • Have done that but no luck... Try to do a sample report with a label in
    each subreport to try and see if I can get the 2 pages .. no luck..

    See if you can get it working..






    --- posted by geoFor…
  • Thanks - tried it but only shows the second sub reports data.

    I am using Report Builder Ver 7.03 on Delphi 7

    GARTH






    --- posted by geoForum on in Multi page report Comment by rbuser August 2006
  • Nico: Thank you very much for your reply!

    I finally did see it work as desired. As it turns out, the "ShowMessage"
    was not being shown until I actually changed the Page. Once I did that,
    I saw the event fire for every detail r…
  • Nico:

    We finally got back around to digging into this issue further. As it turns
    out, here was the issue as quoted by another thread.

    - For RB 10.03, the GlobalOnCreate is fired called from the
    Report.InitializePara…