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 believe the problem is that way the Datamodule keeps track of the objects
    in it. So when you have a large report there is more overhead having it
    inside a datamodule.

    Ross
  • It works a lot better if the data is sorted in a dataset (like using a
    TQuery that is grouped and sorted by the value you are interested in),
    rather trying to do it programatically.
  • Maybe I am not clear but I don't think it is breaking based on the label
    text value. Let me give an example:

    The report will list 5 detail records associated to value=A in my group.
    Then it will list 3 detail records associated…
  • It seems to have been a fluke. I deleted the TppMemo component and replaced
    it with new on the subreport and it is working fine.

    What made me think something was amiss was that at first, after printing the
    correct document, it w…
  • For this one the TMemo field is populated and the "columns" are actually tab
    stops. The lines are built to allow only 4 tabs per line so when completed
    it looks like columns.

    In the BeforPrint the TppMemo is populated thusly:
  • I think you have your posting crossed. This one is a problem with a Memo
    component; there is no columnTraversal with this one. This TppMemo
    component on the report is populated form another TMemo component that is
    populated in the a…
  • Hi

    Tanks for your help but these solutions don't work for me. :-(

    I want my users to select the printer, enter the number of copies and
    maybe change the printer settings, so I set the "ShowPrintDialog"
    property to "…
  • Another related question.

    Why is ClassDescription overridden?

    class function TdaDOASession.ClassDescription: String;
    begin
    Result := 'DOASession';
    end;

    Why not allow it to return the ClassName, 'TdaD…
    in daDOA.pas Comment by rbuser August 2001
  • Add the lines to TppRichText.Lines.

    I'm having all kind of problems printing this report.

    I've mentioned in other posting and you have also been trying to help. I
    have a report with three subreports. The last subreport co…
  • Where can we download the upgrade for Delphi 6 ? (got RB 5.56 Ent. )




    "Nard Moseley (Digital Metaphors)" a ?crit dans
    in Delphi 6.0 Comment by rbuser August 2001
  • Roger,

    Thanks! It was copying the BPL's that I missed. Everything is working
    great agin, so I would say that this is absolutely the correct way to do it.
    :-)

    Thanks again,

    Bill


  • Bill,
    I don't know if this is the **correct** way to do it, but it worked for me:
    With RB6.01 installed and working -
    Set the DCP and BPL environment to RBAddOn\Source
    Recompile both .dpks
    Copy or move the resulting DCUs to …
  • Mike,

    I just uninstalled both RB and RBAddOn, then removed all the RB*.bpl files
    on my system and reinstalled both. Same problem. I'm not sure what else to
    try. Thanks for your help, though.

    Bill
  • Bill

    RB does uninstall the files it installs, but any custom packages are not
    removed, in my experience. I haver had exactly the same problem as you
    quote, and it was solved by uninstalling, searching the hard disk for all
  • Mike,

    As I understand it, RB uninstalls the prior version before installing the
    new version -- is that not correct? RB is working just fine -- it is only
    the RBAddOn product that doesn't work. I just uninstalled RBAddOn again,…
  • This is usually caused by not uninstalling the previous version of RB before
    installing the latest one. I suggest you uninstall, then make sure all the
    files "rb*.bpl" are gone before installing again. Rebuild your application
    and it …
  • > Therefore perhaps your idea of a LeftMargin property

    Just a few lines of code but a big improvement to ReportBuilder.

    Greetings
    Jo Reiter
    Reiter Software
  • Hi Chris!

  • >

    I do not believe I have. Where can I find these updates?


    -- Chris

  • Hi Chris!

  • Problem half-solved! This is actually a problem with the latest version of
    IB Objects, and is related to it returning an incorrect bookmark. A quick
    fix gets round the problem, but am waiting for an official one.

    How exactly doe…
  • Thanks for this. Demo 115 worked correctly for me. Then I changed the
    dataset to a TIBODatset (from IB Objects), using an Interbase table. I
    changed nothing else. The report then exhibited the erroneous behaviour
    described earlier (ju…
  • Can you send an example to Support@Digital-Metaphors.com? This will be the
    most efficient way of solving this.

    Ed Dressel

  • If you need help by using a very experienced C++ Builder programmer, I'll
    offer my time.
    I love your product, but can't use it until it can work under C++ Builder.


  • In article <8EAE82296ACCD311A039005004E0CAC0049A74@DMSERVER>,
    support@digital-metaphors.com says...

    Ahh...well, then I feel better. I thought you meant that there was
    something obvious in the code that was bypassing TGIF…
  • Hi Aaron,

    Maybe it is registered too late, if there is a chance to place the uses of
    ppGIF that it is called earlier, I would give it a try.

    regards,
    Chris Ueberall;
  • Hi Jim,

    Thanks very much for looking into this.


    But ppGIF registers TGIFImage as a GraphicClass, so I don't see on the
    face of it why this should fail.


    Yes, I suppose I could play with that.
  • In article <8EAE82296ACCD311A039005004E0CAC004999A@DMSERVER>,
    support@digital-metaphors.com says...

    Hi Jim,

    I can't get this to work for me -- must be missing something stupid.
    I've got a Paradox table with a …