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

RB in execution packet ....

edited December 2001 in General
Hello,

Sorry for my bad english.

How create execution packet with Report Builder 6.02 (Delphi 4 R3) ?

My application increases size and I've problems with resources ...

Thank's for your response.

Laurent VARES.

Comments

  • edited December 2001
    Sorry for my english, but with 'packet', I mean 'package' ...

    Thank's a lot.

    Laurent VARES.
  • edited December 2001
    In Delphi you can build with runtime packages. These are our runtime
    packages and their meanings:


    ReportBuilder 6 and Delphi 6 package names shown below:

    rbRCL66 Report Components
    rbIDE66 Report Designer and supporting dialogs
    rbDB66 Adds TDataset support for pipelines
    rbCIDE66 Crosstab visual interface
    rbCT66 Crosstab engine
    rbRIDE66 RAP visual interface
    rbRAP66 RAP code engine
    rbDBDE66 BDE support for Data Access Development Environment
    rbDAD66 DADE SQL generator
    rbDIDE66 DADE visual interface
    rbBDE66 BDE data access components
    rbUSER66 Sample report components (checkbox)
    rbTDBC66 Data-aware TeeChart wrapper

    There are also packages for the DADE plug-ins, if the application is using
    DADE. The proper package can be located in your installation of RB in the
    ..\RBuilder\Demos\End-User Databases directory.

    Notice that the visual interfaces are broken out into separate packages.
    This is useful if you don't provide the visual designer to the end user.
    The engine behind the interface is all that is needed to be included in the
    runtime packages list. For example, if you have built crosstab reports into
    the application, but the end user will never design a report, then you'll
    only need to include the crosstab engine (rbCT66) while excluding the
    crosstab visual interface (rbCIDE66) package.


    Cheers,

    Jim Bennett
    Digital Metaphors


  • edited December 2001
    Thank's you very much for details.

    Just one thing : I use Delphi 4. Is it the same thing (with good file name)
    ?

    Laurent VARES
  • edited December 2001
    RB 6.03 packages for Delphi 4 will be postfixed with 54 instead of 66.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.