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 tried using the Band.OnBeforePrint event and still no change.
    I also assigned the caption in the OnBeforePrint event of the band before
    moving my labels to see if that would work and they still didn't move.

    Bill
  • Please undisregard this message. I did add the 0.125 and it did not make a
    difference. Just lucky placement when I designed the report. When the
    changing label was longer or shorter it didn't move.

    So please consider the orig…
  • Please disregard this post. I forgot to place the 0.125 in my formula.
    Delete it from the newsgroup if you like.

    Bill


  • Hi Nard

    I did look into BackgroundPrinting but I was worried about part of the text
    you give in the help file,

    "All objects and data access components the report relies on to execute must
    reside on the form or data mo…
  • Never mind, found it. The Text of RichEdit1 didn't contain the formatting
    in the first place :)

    in RichText Comment by rbuser October 2003
  • I try this solution but without succes. Because the number of information in
    my subreport are more important and the footer is not visible.
    I have another idea. Is it possible to use the height footer with a number?
    Small height for s…
  • > Check out the SkipWhenNoData property of your detail datapipeline.

    The master record exists (and I want to print it). Only the postal
    code is missing (the sort field).

    The field in question is not the linking field..…
  • Changing PrinterName to Screen seems to have cured this. But why?

  • After asking William sold me this component and I'm impressed! With a
    single grid I can now very easily create a table with stretching cells and
    customizable colors, alignment, borders, ...

    Keep your eye on this one I would say…
    in Table? Comment by rbuser October 2003
  • Hi,

    I've built a Grid Pack for ReportBuilder, it may be what you need, but you
    have to wait since I'm building a website for it. Here is what its features:

    Grid Pack for ReportBuilder is a set of components from William …
    in Table? Comment by rbuser October 2003
  • Hi Neil,

    Here is a snippet from my application to set tabs in a memo


    pStdPosition := '1.6';

    procedure SetTabPosition(ppMemo : TppMemo;
    pTabPosition : string;
  • You might want to

    (1) keep sure you have the latest print driver;
    (2) get a demo of RB 7 and see if this fixes it.


    Ed Dressel
    Team DM
  • Giving the user a newer executable compiled with a more recent RB version
    eliminated the error.

    Thanks.

    Charles Wood


  • > I have researched this issue and have created a patch for RB 7.03. You
    must

    Where do I download this patch from?

    Thanks

    Lauchlan M
  • Thanks Nard, this is very helpful.

    I have also emailed you with a follow-up query at DM support.

    Lauchlan Mackinnon

    must
  • Stepping further into the code, the AV occurs in :

    procedure TppTreeBuilder.RemoveComponent(aComponent: TComponent);
    var
    lComponentNode: TTreeNode;
    lChildNode: TTreeNode;
    liIndex: Integer;

    begin
    <…
  • Compiled with you source... When I get error the following unit/code comes
    up:

    procedure TppCustomReport.SendDesignMessage(aMsg: Cardinal; aWParam: Word;
    aLParam: Longint);
    begin

    if (MainReport <> nil) th…
  • Got a soln by using the Memo component instead of the label component.
    dale

  • That's an idea. I'll play with it tonight.

    Thanks.

    Zoran.

  • How about setting up a sub-report with 2 columns?
    Would that work for you?

    Jon

  • I'm using the lastest version for Delhpi7

    The property is taken from ppTemplateViewer (or designer)

    --
    Venlig hilsen
    Klaus L Jensen
    AK Techotel A/S
    tlf 36 46 11 55
    dir 36 19 21 41

  • Dans son message précédent, "Nico Cizik (Digital Metaphors)" a écrit :

    I have a French version : the TDBGraphique is the TDBTeeChart. In the
    TppDesigner.ShowComponents, all the scXXX are true.
    But I suppose I must add ppChrtUI …
  • I tried to come up with the correct english word for it.

    so

    It would be very nice if I could create the layout in ReportBuilder and add
    it easily in other reports.

    The layout I'd make is basically the stationar…
  • What is a "cooperate layout"? This sounds more like your business logic then
    a reporting tool feature.

    I currently have a pretty sophisticated way of allowing custom reporting in
    my application:

    1) My main reports (ar…
  • > 1) Add a Region to the GroupFooterBand, and set its height to 1.4 (so
    that

    Could you email me the demo? dressel at annuitypeople dawt com.

    Thanks
    Ed Dressel
  • YES! I managed to reproduce the problem in your demo (took some time, I
    must confess!)

    1) Add a Region to the GroupFooterBand, and set its height to 1.4 (so that
    it will force the next group to start on a new page)
    2) Ma…
  • I tried in a small demo to reproduce it but could not. A demo of my sample
    is here:

    www.retireneeds.com/files/GroupingOutlineIssue.zip

    There's 2 values to enter: # of groups and # of items in a group. Can you
    reproduc…
  • Hi Chuck,

    Thanks for responding. I actually used an approach similar to your second
    method. Instead of using an array for the summary subreport, I used a
    TClientDataSet. The main reason for the original post was to see how other…
  • Stan,

    From your example, it appears that you are trying to create a summary by
    product after printing the details by customer. To produce the summary of
    products you can either create a subreport with another SQL query with the…
  • I'm sorry for being a little lost in your reply. The totals also need to be
    summarized by product. Looking at the code you provided, I'm not sure how
    this is accomplished. What I'm missing something here.

    Thanks
    Stan