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

  • Unfortunately, that did not fix the problem. I should add that I am using
    Delphi 5 with ReportBuilder version 7. Should I try anything else ?


  • > Yes, you can use the Report.EmailSettings.ReportFormat property to define

    Wow! Thank you very much! This is great option solve my problems!

    Thanks,
    Nikolai
  • Hi Nico,

    Thanks for the quick reply. A couple of questions for you. Would you be
    able to place a timescale on when a fix could be made available ? Are we
    talking weeks months or years ? I'm hoping to ship my application so…
  • I've looked into this a bit further and tried a similar task but this time
    against a field of type "Memo". This works fine so I guess its got a problem
    with "Graphic".

    I traced the code into a function called "TdaSQLFieldList.…
  • Hi Nico,

    I'm using Delphi 7 and Report Builder 10.03. Latest version of Grid Pack
    suports ReportBuilder 9.02.
    Does it work with RB 10.03?

    Thnx

    Marijo

  • Thanks, I'll do that.

    In the meantime I have found a workaround. I placed one TDBText on the report, set the Save property to true (all the other components to False) and in the GetText event I concatenate all the column values into one …
    in Save to text Comment by rbuser June 2008
  • Thanks. Worked a charm.

    Leah

  • I am checking for duplicate report titles OnSaveStart, so my dialog is
    triggered on the preview. I guess I'll have to change this.

  • So you can no longer preview a report that hasn't been saved?

    Leah


  • Hi Nico,

    Okay, I've figured out the problem -- it's in SaveReportToStream in
    ppDesignPreview.pas (called during Preview):

    10.08:
    ------------
    // if RAP not being used, exit
    if (lModuleClass = nil) then …
  • Several ideas:

    use the OnGetText event
    use either a calculated field (if using a TDataset), or
    (my preference) use a TJITPipeline and format as desired.

    Ed Dressel
    Team DM
    in Zero Fill Comment by rbuser June 2008
  • Dear friends,

    At least tell me what file source I most change from Default BiDimode of
    RB to left to right?

    Regards,
    Ali Abbasi

    RB



    --- posted by geoForum on in change BidiMode from left to right to right to left Comment by rbuser June 2008
  • Dear Nico,

    My name is Ali Abbasi and please helps me I can change source code of RB
    which I can change BiDimode from left to right to right to left because
    Default BiDimode of RB is left to right.
    I offer you which you ad…
  • Hi Nico

    Many thanks for the quick reply. However, I don't have access to Delphi, I
    only use report writer and have just begun learning RAP. Is there a way to
    prompt the user for input (Not Auto search) using RAP only and not …
    in Popup box? Comment by rbuser June 2008
  • Fellipe Henrique escreveu:
    For additional information, I can't use Region, because I use 3 regions
    in my details, and a try to use one region to make a union of all
    regions, and I can't do these..



    --
    T.·…
  • Thanks Nard, I'll look into doing that.

    Tom

  • Nico Cizik (Digital Metaphors) wrote:


    Thanks Nico for your response. I took a look at the demos, the problem
    I am having, happens when your device type is set to the screen.
    Basically I display the report to the screen fir…
  • I upgraded from 10.07. We are editing the SQL which really makes this a
    problem for us. Is there a way around this?

  • Sorry. I should have provided more information. I am using Delphi7 and
    FibPlus. I can provide you with the files, but it is almost identical
    to the daIBExpress. I am viewing the template in ascii. I can provide
    you with the en…
  • Hi,

    I did use from ImageEN component for mirror image and copy to for
    example 'c:\output.jpg' and did load again(with one Image save in DB
    only!):

    // Mirror for RB DBImage
    Mirrored_ImageEn.Assign( ImageEn1…
  • there are image libraries for Delphi--you may want to do some research in
    the third party newsgroup.

    Ed Dressel
    Team DM

  • If i create a custom preview how can i acces the print button ?

  • Dear Frank,

    My easy method work with versions over RB 9,So please upgrade your RB.
    Regards,

    Ali Abbasi

    strongly
    (and
    replacement but
    register
    preview
    also do
    the
    protect…
  • Hello ?'m using rb 7.04 but there is no Printbutton property ?
    Can i do it on another way ?





  • Hi,
    please use lPreviewForm.PrintButton.Visible or
    lPreviewForm.PrintButton.Enable:

    procedure TMainForm.ppReport1PreviewFormCreate(Sender: TObject);
    var lPreviewForm: TppPrintPreview;
    print_status1:String;
    be…
  • Well, that worked - thanks.

  • Thanks, this worked but now the first page after the Group Header aligns as
    if the group header is there (a blank space appears at the top of the page).
    How do I prevent this?

    Many thanks

    Russell

  • Do you know any third party tool that we can get other than
    PlanItTechnologies?
    Thank you,
    -Halim

  • I will check out the link.
    Thank you for your help.
    -Halim
  • I can rearrange my data to anyway you like if this makes the report easier.
    The dataset we are getting is a result from a stored procedure, it can be
    rearranged if needed.

    Thank you,
    -Halim