Home nardmoseley Comments
New Blog Posts: Merging Reports - Part 1 and Part 2

nardmoseley

About

Username
nardmoseley
Joined
Visits
8,273
Last Active
Roles
Administrator

Comments


  • That's a limitation. We researched this in the past, but have not been to
    find a soltuion or work around.

    --
    Nard Moseley
    Digital Metaphors Corporation

  • 1. In your Delphi library path, add an entry for RBuilder\TeeChart\Tee700 -
    prior to the entry for RBuilder\Lib.

    2. When you rebuild the TeeChart source and packages, then check the
    RBuilder\TeeChart\Tee700 directory to …

  • The RBuilder.hlp lists TeeChart 6.01 and TeeChart 5.02 as working. I think
    that is accurate.

    Its probably going to be simpler to compile the Tee700 packages.


    --
    Nard Moseley
    Digital Metaphors Corpor…

  • I have Delphi 6 installed with RB 9.02 and it works properly. We have many
    customers ussing Delphi 6 and RB 9.02 successfully.

    I think the issue is related to RB for D6 when used with TeeChart 7.04. Here
    is an tech tip a…

  • I suggest that we create a listing on the DADE plug-ins page of our web
    site. The listing can contain a description and a link to email a specified
    address at your company or a link to a download page or URL on your web
    site.…

  • You have developed a plug-in? If the answer is yes and you would like to
    share it, we can make it available on the download section of our web site.



    --
    Nard Moseley
    Digital Metaphors Corporation

  • Sorry, but we do not have a plug-in for RemObjects at this time.

    This is something that we would like to develop for the future.

    --
    Nard Moseley
    Digital Metaphors Corporation
    in Plugin for RemObjects Comment by nardmoseley June 2005

  • Add myChkbox and myChkboxDesign to the 'uses' clause.



    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com


  • The check box is still included. See RBuilder\Demos\RCL for the source. The
    RB installation program should install it.

    The designer related code has been moved to myChkboxDesign.pas, so you need
    to include that in an end…

  • ReportBuilder 9.02 has been available since March.

    Registered users of RB 9 that did not receive notification about RB 9.02
    should contact info@digital-metaphors.com with their serial number and
    registration information.…

  • Please see the following article.

    Also note that RB 7 was the first thread-safe version of ReportBuilder. I
    do not recommend using RB 6.x in any kind of multi-threaded environment.


    ---------------------------…

  • Transparent in this context refers to the copy mode that is applied to the
    canvas.

    if Transparent then
    FCanvas.CopyMode := SrcAnd
    else
    FCanvas.CopyMode := SrcCopy;

    There is no transparent …

  • Try setting spHeight and spWidth...

    ppDBImage1.spHeight :=
    ppDBImage1.spWidth :=

    For convenience the RB components have properties called spHeight and
    spWidth that are in screen pixels. The conversion is done i…

  • 1. Browser support

    I just download Netscape 8 and tested against our live demo server and it
    works quite well. I have also tested FireFox successfully.

    2. Licensing

    What is the goal of the CD, is it a tri…

  • This has been improved for RB 9. Download a trial version and perform the
    same test.



    --
    Nard Moseley
    Digital Metaphors Corporation
    http://ww…

  • You can download the latest Builder Controls from this page on our web site.
    It includes an updated version that supports RB 9.

    htt…

  • ReportBuilder 7.04 is the latest produced version that supports Delphi 5. If
    you purchase an update to ReportBuilder 9, you can request access to
    download RB 7.04 for Delphi 5.

    Reports created with prior versions should …
  • Thanks for your interest in RB for .NET.

    Digital Metaphors is currently working on RB for .NET. The project is being
    approached in phases. The first phase will have the ability to preview and
    print reports in .NET, while relyi…
    in VS.NET Comment by nardmoseley July 2005

  • The WordWrap feature in ReportBuilder is working as designed.

    1. A Memo or DBMemo always wraps text, therefore there is no boolean
    property to turn it on/off.

    2. If you set CharWrap to true, then the words can broke…

  • Sounds like its an unlimited number of db's with an identical proprietary
    schema used by your application. That would be ok. That adheres to the
    intent of the license.



    --
    Nard Moseley
    Digital Metap…

  • 1. Not a licensing problem. From a performance, quality perspective I
    recommend that you consider using RB Server Edition.

    http://www.digital-metaphors.com…

  • Try doing a Project | Build rather than a compile. An internal error during
    compilation means that the compiler itself has an error (i.e. a bug in the
    compiler). This is not something that we have encountered.

    Try doing …

  • 1. If the issue happens at Delphi design-time, then check that RB TeeChart
    related packages are installed.

    2. If the issue happens at run-time, then you need to include the
    appropriate units in the 'uses' clause of your …

  • The Tech Tips newsgroup is hosted on this same news server -
    news.digital-metaphors.com.


    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.…

  • 1. For future reference. If have encounter an issue, please comment out all
    of your event-handler code associated with the report and then re-test. In
    general, run-time code can quite easily sabbotage the report generation
    pr…

  • You can set the Band.PrintPosition property to specify the vertical page
    position at which it will start printing.

    --
    Nard Moseley
    Digital Metaphors Corporation
    in Can't set dynamic printheight to dynamic Comment by nardmoseley July 2005

  • At design-time, set Report.PrinterSetup.PrinterName to the name of the POS
    printer. Then the font drop down list should show all fonts supported by the
    printer.



    --
    Nard Moseley
    Digital Metaphors Co…

  • Goal for phase I is end of 2005...


    --
    Nard Moseley
    Digital Metaphors Corporation
    http://www.digital-metaphors.com


  • We arrived at our current approach only after working on VCL.NET for over 6
    months.

    A ReportBuilder for VCL.NET product has been shelved, just prior to
    completion. There are no plans to release it unless the VCL.NET plat…

  • Thanks for your interest in RB for .NET.

    Digital Metaphors is currently working on RB for .NET. The project is being
    approached in phases. The first phase will have the ability to preview and
    print reports in .NET, while…