Home End User

Can?t see the DBTeeChart at the End-User Applicat

edited January 2003 in End User
Hi,

Sorry But your sugestion didn?t resolved my problem, when I put the ppChrt
or ppChrtDP in the uses clauses, the compiler generates this error File not
Found "iEditCha.dcu".

Do you have any sugestion

Thanks in advance

Jo?o Gomes

Comments

  • edited January 2003
    Hi Jo?o,

    (please re-use the original thread, thankyou.)



    This has been fixed in RB 7, only if you do not include Teechart UI support
    in your project for the runtime report designer. In an RB 7 Standard report,
    this is not an option, but in RB Professional, Enterprise and Server, you
    can purchase a full version of Teechart and add or remove ppChrtUI from the
    uses clause to add the Teechart designer support in the report designer. You
    won't have to build with packages once you purchase the full version of
    Teechart to enable the UI support. You can order the RB 7 upgrade from our
    website www.digital-metaphors.com

    Otherwise, the options for RB 6.03 are:

    ----------------------------------------------
    Tech Tip: Resolving Compile Error w\TeeChart
    ----------------------------------------------


    When using TeeChart and ReportBuilder in Delphi you will encounter this
    error message upon compiling.

    In order to get around it you can:

    1. Build your project with packages.

    2. Purchase TeeChart Pro from http://www.steema.com

    The TeeChart author did not include all of the units to TeeChart in the free
    version included with Delphi. (TeeMach the authors of TeeChart do not
    receive any money from Borland for the inclusion of TeeChart with Delphi).


    regards,
    Chris Ueberall;
  • edited January 2003
    Ok that solve my problem, Now I ask you How can I access Series property of
    the chart in the calc editor?

    Thanks in advance

    Jo?o Gomes


  • edited January 2003
    Hi Joco,

    if the question doesn't match the title of the thread you'd better create a new thread.
    Sorry, but I'm not a TeeChart expert.

    regards,
    Chris Ueberall;
  • edited January 2003
    You can access a series via a RAP pass through function. If you look in the
    code toolbox in the bottom right corner of the Calc workspace, you can
    select the Objects tab to find the Teechart in the Report Objects Treeview.
    Then you should see all of the available methods and properties on this
    object in RAP. If something is not listed, then you'll have to create a RAP
    apss through function to access this member of an object. In this case, what
    do you want to do to the series? You'll have to pass the Teechart object as
    a parameter of the funtion call and the manipulate it in the Delphi code of
    the pas thourgh funtion. There are tutorials and help file topics in the
    installation which discuss the creation of RAP pass through functions.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.