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

ppChrt.pas(189) Error: Property 'BorderRound' does not exist in base class

edited December 2008 in General
ReportBuilder 11.01 does not allow compile with TeeChart 5.03 Professional
The TeeChart Major version get picked up as 5 and Not 5 Pro....

Any help

Comments

  • edited December 2008
    To be more specific in ppChrt

    {$IFDEF Tee50}
    property RightWall;
    property BackImageTransp;
    property BorderRound; <-- not found
    property Border; <-- not found...
    property SubFoot;
    property SubTitle;
    property AxisBehind;
    property CustomAxes;
    property DepthAxis;
    property DepthTopAxis;
    property Monochrome;
    property Shadow;
    property View3DOptions;

    {$ENDIF}

    And the following errors
    [Hint] ppMetaGraphics.pas(516): Variable 'lXForm' is declared but never
    used in 'TppCanvasMetaGraphics.InitializeView'
    [Hint] ppMetaGraphics.pas(662): Variable 'lSize' is declared but never
    used in 'TppCanvasMetaGraphics.SetWorldTransform'
    [Error] ppChrt.pas(189): Property 'BorderRound' does not exist in base
    class
    [Error] ppChrt.pas(190): Property 'Border' does not exist in base class
    [Error] ppChrt.pas(196): Property 'DepthTopAxis' does not exist in base
    class
    [Error] ppChrt.pas(198): Property 'Shadow' does not exist in base class
    [Error] ppChrt.pas(243): Unsatisfied forward or external declaration:
    'TppCustomTeeChartUI.ChartClass'
    [Error] ppChrt.pas(245): Unsatisfied forward or external declaration:
    'TppCustomTeeChartUI.Edit'
    [Error] ppChrt.pas(246): Unsatisfied forward or external declaration:
    'TppCustomTeeChartUI.Export'
    [Fatal Error] ppChrtDP.pas(31): Could not compile used unit 'ppChrt.pas'
  • edited December 2008
    Hi Mervin,

    Which version of Delphi are you using? We fixed something like this in the
    past however maybe the incorrect files were added to the installation
    application.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited December 2008
    Delphi 7 with TeeChart Pro 5.03 and trying to install RBServer 11.01

    I have searched for the keywords through the whole disk and none found.

    Regards
    Mervin
  • edited December 2008
    Hi Mervin,

    Try commenting out the BorderRound, Border, and Shadow properties and see if
    this fixes the compiling issues. I will remove these properties for the
    next release of ReportBuilder.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.