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

  • Hi,

    Thanks for the response, I just tried using the TppVariable but
    (unfortunatly) with the same result, the first value from the next page is
    still added to the total of the current page.
    Any other suggestions?

  • Whoops ppJPEG. I had added another datamodule and didn't add it.


    Cheers .... life savers..............



  • Nico Cizik (Digital Metaphors) wrote:
    Hi,

    thank you your answer. I am sorry, I do not know why your letter did not
    come to me. We have no spam filters installed we filter it ourself.

  • Thanks for the response, but I already figured that part out :). I also
    checked the source code, it's not possible to …
  • hi,

    try this:

    use combobox to capture the name of the printer:

    uses Printers;
    .....
    .....
    ComboBox1.Items.Assign(Printer.Printers); // assign the name of printer
    to combobox
    .....
    pp…
  • Good news!!! .NET 3rd party reporting solutions will not stand a chance
    against RBuilder. It's the greatest Reporting Solution I have ever seen...

  • Nico Cizik (Digital Metaphors) wrote:


    Hi Nico,

    Any chance we will see something in first half of 2007?


    --
    David Farrell-Garcia
    Whidbey Island Software, LLC
  • In article <45e31f6b@mail.>, Nard Moseley (Digital Metaphors) wrote:

    I will try this. But this will not allow to change the layout of the copy.
    Thank you.

    Gruß aus den Bergen
    Günter
  • In article <45e2f6fd$3@mail.>, Nard Moseley (Digital Metaphors) wrote:

    Hmm, not a perfect way - because the customer often select the copies
    in the printdialog, and than the report is already running. I tried to
    use Prin…
  • I have finally been able to make time to recreate the issue with a smaller
    database and a simple report. The Delphi 6 project files and the SQL Server
    2000 database backup file have been emailed to support. For the record, I
    have sinc…
  • Dominic

    Thanks for the suggestion. However, the one group on the report is on a
    field called Clock_number which is an Integer so this isn't the issue. The
    grouping by surname is the anomaly which I am posting about, there is no<…
  • Hi
    Is it possible to change the "BreakName" of the group band to a unique
    identifier such as
    ID etc. Grouping by a varchar / nvarchar should be avoided unless you know
    the data is unique.
    Dominic
  • Hi Nico,

    Thanks for responding. The report is fairly simple but it has a DADE query
    with 3 linked queries. I could send it to you but of course without the
    database to go with you wouldn't be able to view the query. And the data…
  • Hi Nico

    Fixed it.

    I couldnt get your suggestion to work reliably - which may well be my fault.

    Also there is the problem that if a group Header is looking at BreakValue it
    would be logical to see CurrentValue wh…
  • Hi Nico

    I have a totals only report which uses the same query as the full report.
    It does this by making the detail band invisible in the totals version so
    just the footer totals show. There are two groups and two group footers…
  • Hmmm - looks like I replied to myself too soon.

    BreakValue appears to return the last value pointed to by the query which is
    not the current value the break was based on.
    So values 1,1,1,1,2,2,2 will a return a BreakValue of 2 w…
  • Replying to myself

    Found tppGroup.BreakValue which is missing from the help.

  • I found the problem. Looks like a bug in ReportBuilder 10.05.

    If a ppRichText control has the MailMerge property = TRUE and the RichText
    property is set to '' (empty string) before the report is generated, it
    crashes with the …
  • The only way to fix it was to delete the group and recreate it.

    Laura

  • The report has just one group, I have a couple of fields in the group
    header, in the detail band I have two subreports and fields and a image.
    The group pipeline is the master pipeline and the subgroups use the child
    pipelines. One …
  • Thanks,
    Bob

  • Hi,
    Thanks for your reply. Yes, it is the DirectDraw property. It needed to
    be set to True. The problem is only on preview. Printing was fine (and
    the same) for both DirectDraw set to True and False.

    Thanks again.
  • Hi Nico,
    I work with Bradley. The version we are using is 9.02. I notice a Version
    10.05. Is that any better?

    Thanks

    the



    --- posted by geoForum on in Image Scaling in reports Comment by rbuser March 2007
  • Nard,

    Thanks for the update!

    Chad




    --- posted by geoForum on http://delphi.newswhat.com
  • Thanks!
    Gianmario

  • HI NICO!

    I would like the page numbering to continue from the first report to the
    next as you see in your example

    Report 1
    Page 1
    Page 2
    Page 3

    Report 2
    Page 4
    Page 5
  • Hello Nico,
    I am sorry for not explaining correctly my problem. Your answers, though
    applicable to other situations, didn't solve my present problem.
    I spoke to you of two different reports, but unfortunately the reports to be
  • Hello Nico,
    Thank you for your reply.
    Your solution is OK if the reports will be printed at the same time through
    only one computer.
    But the two reports need to be printed by two different people with two
    different compute…
  • Thanks for the answer.
    Best wishes
    Bernhard

    Bernhard Roos schrieb:
  • Bernhard,

    The ini file saves state information about the report designer, so that next
    time it is opened, the size and position revert to how you last had them,
    and the icons and toolbars are how you chose to customise them. The…