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

  • It workes, but still one problem. The detail includes a subreport. The
    subreport is not printet n times. If I try it with a detail without
    subreport (textfields, lines ...) it workes great.

  • Thanks, and the bandsperrecord property is set to 1. It is also doing this
    when there is one record. It is very weird. I have checked my data output
    and it is not creating that many records.

  • Hi Nico,

    I meant that I have a report set to psTwoPass. While the pages are
    calculating on preview (like "calculating 1 of n pages), I want to browse
    the pages even if it's not finished. So, if I understood, I just have to use
  • Hi Nico,

    I'v got my own preview form where i want to place my own search edit and
    buttons on.

    TppTextSearchPreview = class(TppCustomSearchPreview)
    private
    {visual controls}
    FCaseSensitiveMe…
  • Hi Nico,

    I know how to enable text searching in a custom preview form, that's not the
    problem but i want to use my own controls for the SearchEdit, SearchButton,
    SearchDoneButton, FirstButton,NextButton,PriorButton, LastButton …
  • Hi,

    Thank you for this fast response.
    I went to the NoDataBehavior property and changed the ndBlankReport to true
    and I now I can see my label in the Preview tab in the Report Designer.
    And yes, I have read and gone through…
  • Nico thanks,
    mail is on the way!

    Best regards,
    Goran

  • Hello Steffen,

    Thanks for your reply. I will look in it.

    Regards Ronald


  • It is not documented (as far as I know), but if you are using ini-files for
    storing your settings then add
    DefaultFontName=Tahoma
    DefaultFontSize=8

    If you are using the registry then add these two as string values under th…
  • Nico Cizik (Digital Metaphors) wrote:
    What I had to do was go to File | Data Settings and set the SQL Type to
    "SQL 2". This was for a Microsoft SQL Server 2000 database.

    I would rather it default this way, but I don't know how …
  • Sorry posted this on wrong group - will post onto the subreports group

  • I believe I found my solution. Apparently the timing for the calculations
    in the summary were set to traverse instead of ReportEnd. Once I set this
    they included the last group.

    Thank you,
    Matt
  • Nico,

    I have tried to recreate this problem using dbdemos but the report has many
    details in it. However, when I look at the Tutorials Complete applications
    demo Report Launcher "interactive previewing with drill-down subrepo…
  • I downloaded the patch, copied it to the c:\program
    files\borland\delphi6\Rbuilder\Lib, renamed the existing ppvar.dcu and
    recompiled the project . It created a ppvar.dcu dated today. I am still
    getting the same results - the tot…
  • Thank you, I look forward to getting this.

    Matthew
  • It is a very big report, there is no way to "put together a small demo".

    Is there noone else who had a problem like this?

    Thank you,

    Matt
  • if you can put together a small demo and send it to them.

    --
    Ed Dressel
    Team DM
  • I'm using an application with ReportBuilder built into it.
    And if you want to know some more about it, the version of ReportBuilder is
    the 9.01 with Delphi 7. I was told about it.
    Fabio.

  • Delphi 7 - just tested it and you are right it seems to be fine. Must just
    be a naughty application not releasing the clipboard!!


  • Discard this message. I put Report.CachePages := FALSE in RAP
    OnPrintDialogCreate and it works fine.

    David
  • Nico,

    I think I have found the problem, before the ShowPrintDialog is being set it
    checks to see if the report is still printing (looks at the Printing
    property), if it is still being printed then the ShowPrintDialog is not se…
  • Hi Nico,

    I am not using any templates at all, this is a very strange one. I can
    attach the source code if you wish to have a look at it closer?

    Cheers
    Pete
  • Hi Nico,

    Yes all the code is being executed when it gets to the Print method the
    Print Dialog is displayed? Could there be anyway of only enabling the print
    button onces the 2nd pass has completed???

    Cheers
  • Well, given that the data is a single record already loaded prior to
    creating form/report - AND local to the workstation running the report...
    I guess data access and network can be eliminated .

    I ran with a number of records …
  • Ok, Nico;
    I have used Rb 9 with a disaster result!
    Running sum don't work anymore, calculation on footer or header, or across
    page work in total different mode (the report that work correctly in Rb7,
    are wrong on calc and Sum w…
  • Hi Nico,
    you tell me that a simple Dbcalc (sum) of a dynamic detail is wrong in 7.04
    and earlier?
    Thanks in advance,

    Stefano


  • Thanks Nico, I will do that.

  • Hello, a solve this error... thanks...

    the error ocurred because a put wrong master dataset..

    thanks for all

  • I have it on the OnCalc of the variable that is supposed to add the 2
    values. On the first pass, one of the variables results in 0, when it
    should have a value greater than 0. I've checked the CalcOrder also and
    they look ok.
  • We have tried to download the version 9.02 but we don't seem to find it in
    the download section.
    Althoug we have a license, we didn't get an mail, URL with a link to the
    download.
    The only place we're we can find it is in the tri…