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

  • I've figured it out.

    I've to go to Calc tab find an events OnGetCaptionText,
    OnGetTotalCaptionText and write some code like this:

    event OnGetCaptionText:
    if aText = 'Sum of SOMETHING' then aText := 'abcde';

  • When I open crosstab demo 127 in the report designer I simply don't see the
    Report.AutoStop option.
    Am I looking in the wrong place or do I have to add something in uses clause
    in Delphi in order to be able to see it.
    I've got …
  • I've put the crosstab component on the summary bend and it works fine now. I
    put it in the detail band originally because this is where in the demo
    example the crosstab was placed. I still don't understand why in the demo it
    works …
  • I can't do that because if I set my Report.DataPipeline to nil than I get
    that crosstab component looses its dataset and no data at all would be
    printed.

  • Hi Adam,

    Thanks for your aswer. But It's not an issue of datapipeline.
    The application works in many computers with differents configurations. So
    the same report works fine. But I don't know what is problem with this
    speci…
  • Hi Josep,


    I've had this problem before, but in my situation it was me forgetting to
    link the report to the datapipeline, or forgetting to link the datapipeline
    to the dataset/datasource. To me, it sounds as though the li…
  • Hello Nard,

    I will expose you two current problems.

    1. I try to print a report on A4 paper sheet and it only prints band header
    and band footer, but it doesn't print detail bands. There are data in
    dataset, sure. Repo…
  • Hi Nard,

    I think I misexplained what I was trying to do. My application is actually
    distributing report templates. TppDBPipeLine, TDataSource and our custom
    TDataSet descendant are created and executed on-the-fly, based upon rep…
  • Hi Nard,

    thanks for the example. The way I've built the package is that it can be
    dynamically loaded on report demand and unloaded afterward. I've tried to
    use a kind of "plug-in" approach. Thanks for your answer.

    Dav…
  • In case anyone is interested, I have found a simple workaround, that allows
    us to have teecharts with reportbuilder:

    Instead of placing a teechart *in* report builder, you can place one on the
    form instead, and then put a Tppi…
  • Hi Nard,

    Thanks for your reply. At this stage, it was for one report in only one
    application as an extra little addon feature, nothing major, so I presently
    can't justify the price of the upgrade, but will consider it in futur…
  • Hi Nard,

    Thanks for your reply. Do you have any suggestions on a work around for
    this?

    Thanks & Regards

    Adam Hair.
  • Definitely related to RB9.02. I removed all RB components from a smaller
    project. Compiled and ran OK.

    Added them back - Exception error, followed by run tim 216.

    ...??

    Barry
  • Sorry- I BUILT the demo - then it ran OK!!

    So, I modified the directive to add the TeeChart - also ran OK. Does this
    mean everything is installed correctly and I have some other problem?

    Are there other components which …
  • Opened the demo - as soon as I click run it compiles, then gives an
    immediate "run time 216" error.

    Barry
  • I have and still have the problem - could be a corrupt Delphi installation?
    I think I'm going to have to start all over again, or revert the RB 7.03.

    This is really frustrating, as I know Delphi worked OK with TC5 and RB7.03 -
  • Is there a version of TeeChart Pro I can install (or you recommend) which
    avoids this problem all together? I'm not too bothered about TeeChart
    features, I just want to get around this problem!

    Barry

  • manolo,
    you have it already....so i do not understand your question...
    you got it after a message on the RO ng
    cu
    marc


  • for sale? Share?


    "Marc Antheunis" escribi? en el mensaje
  • great,
    i'll look into this beginning of next week
    have to deal with some deadlines now (as usual)
    cu
    marc

  • Nard,
    yes we made it possible to have end user reporting using Reportbuilder and
    RO DA
    it has limitations but it depends on the kind of thing you want to do to see
    if these limitations apply to your project
    as for sharing,…
  • we have...


  • Hi,

    It is predicted that this available in the next version?


    Thanks,

  • Apparently I had this set to the wrong group. I tried setting it to the
    field specified in the group, to the pipeline feeding the report & various
    other things. Finally, I dropped a dbcalc field on the band and looked at
    the Reset…
  • Finally installed dclRBU96.dpk. THat seemed to do it. Do I have to
    anything else to ensure it works at Run time?

  • Sorry, I can't follow your instructions. It says the rbUserDesign96.dpk
    package is design time, but yet it won't install into the Delphi
    environment.

    Can you please give me specific instructions how to get the checkbox to show…
  • Thanks for your answer, I will work with RB 7 for your suggestion.

    Now, could you send me a sample project to make possible show a HTMLreport
    in a intraweb application using ReportBuilder 7 ?

    Thanks in advance

  • Here is some verbiage from BOCA...

    "The simplest and preferred way to communicate with your BOCA printer is to
    open a port (parallel, serial or USB) and to write directly to the port."

    How can I do this (i.e. not using a p…
  • Hi Nco

    On 27-Jun-2005, "Nico Cizik \(Digital Metaphors\)"
  • Ah.
    In MyReport's BeforePrint Event use
    TppViewer(myReport.PreviewForm.Viewer.lastPage);

    Is this correct?

    Russell