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

  • Now I can run the application, thanks.

  • Nico,

    Thanks, any exaple which describe this?

    /Ronny

  • Hi, Nico...

    I can't toggle the visibility in the BeforePrint event because I use saved
    .rtm reports.
    I have solved the problem calling the ProductsPipeLine.Next to skip those
    records where STOCK <= 0

    Thanks<…
  • Hi,

    Suggested solution "Cleaning up a Corrupt Installation" seems to have
    worked, I have been working with the reports a couple of days now, and the
    problem has disapeared. Thanks for your help.

    Petter

  • Thanks,

    I will try the "corrupt installation" method since in my case I get the
    problem with only one event handler.

    Petter


  • Please excuse me... I posted and wrong list...

    []s,

  • Nico,

    What is new in version 9?

    Rodger Van Kirk


  • Nico,

    It appears Steema have release 7.01. I tried installing it and recompiling
    my RB packages and I keep getting the following error. "Unit ppChrt was
    compiled with a different version of Chart.TCustomChart" in file rbTC75…
  • Nico,

    I tried turning on debug DCU's and I still got the same results the
    exception just tells me its in the vcl50.bpl. I will keep trying to get
    some more info on it. I think there is a beta 7.01 release I saw on their
  • Nico,

    I have not turned on debugging DCU's yet. I am going to try that today. I
    am using 7.0 version of TeeChart.
    Which release is their next release? 7.01?

    Rodger Van Kirk

  • Delphi 5 Enterprise, Service Pack 1
    Report Builder Enterprise Edition 7.02

    we've a ppReport component on a TDataModule.
    The error appears when trying to delete with "Delete Key" a TppLine or
    TppSubReport, in Design Time.
  • Hi,

    I test your suggestion and the report stops generation (subreport doesn't
    prints), but the title and other previous subreports are printed.

    The report is checked two pass. So I think to test the condition on the
    f…
  • Hi,

    I want the report to stop generating (if is posible) and I want the preview
    to appear blank, without any data.
    I dont want to close the window, because I'm working fron Designer in an
    end-user reporting solution.
    I…
  • Hi, Nick

    You may try GridPack for ReportBuilder at http://www.planit-tech.com, it
    could do everthing for you, and easier to design filled-in form report.

    William
  • I will try that,
    thank you,
  • I have more details about the error : Access violation at 0000000. Read of
    address 0000000
    I will get alot of small PDF files (1k file size). Adobe cannot open them. I
    am supposed to get one file as a report.
    I have upgraded my…
  • Eugene V. Goldberg wrote:
    Yeah, I would like something similar.

    I need to print some text on the backside of the paper in a duplex
    machine. Anyone got an idea for that ??

    Paul
  • > Create the temp directories below the Files directory:
    And in the ServerController component make sure the AllowSubFolders
    property is set to true.

    Cary.
  • Oops, missed the bit about creating usertemp directories...

    Create the temp directories below the Files directory:

    OnSessionCreate...
    tempdir := gServerController.FilesDIR + '\temp';
    threadID := WebApplicat…
  • Try...

    AddToInitProc('NewWindow("c:\test\files\Licence.PDF","","");');

    This should work if you're browsing on the same machine as the IW
    server but you'll need to sort out the proper URL to view the file from
    an ext…
  • My app is an ASPI dll. Delphi7 intraweb 7 IIS 5 Reportwriter 7.04

    I moved all the reportwriter componentsonto the main form and still has the
    same 'Buggy' problems.

    If I remove all the reportwriter components my app r…
  • OK, I followed step 1 and now ppDrwCmd.pas is compiled as my app is
    compiled.
    But there is a compilation error :
    ppBarCode has been compiled with a different version of
    ppDrwCmd.TppDrawBarCode.

    Perhaps my unsuccessfull…
  • Could you be more precise ?
    There is a DesignIDE70.bpl file in Delphi\Bin folder. But when I try to
    install it in the packages window, nothing happen.


  • Hi Nico,

    I found another solution. I start printing the report with an psPagelist
    setting (for example 2-99) and in the OnEndPage-event for the first page I
    change the setting to psAll. It seems to be working fine.

    Ro…
  • Hi Nico,

    The example you mentioned works with a PageList. But I don't know the number
    of pages to print for a OnePass-report. Is there another way to skip the
    first page (even if it means a change in the source)?

    Rona…
  • Nico,

    Thanks for the help.

    I'm loading a string text field from the database which is not a memo field,
    into a dbMemo control on the report. I assume this is OK even though the
    underlying field is a string rather than…
  • Thanks Nico,

    is there any opportunity to switch to another layout, possibly by changing a
    SubReport or creating new Components dynamically?

  • Hello Nico,

    herer is a part of the code for easier explanation:

    procedure TRepGen.Execute(...);
    ...
    // Load Report-Template via Stream
    StreamRTM := TStringStream.Create(AREC_TMPL);
    try
  • Nico Cizik (Digital Metaphors) wrote:
    Nico,
    I've used a JIT Pipeline before as the datasource for a complete report,
    but I hadn't thought about using it in that context.

    Thanks for the idea.


    Bill
  • Nico Cizik (Digital Metaphors) wrote:
    Thanks for the Reply Nico.

    To summarize what I am doing -
    The user (at edit time) has the ability to add/delete/edit items in a
    standard Checklist box, and they can also check and unch…