Search found 2 matches

by MichaelP
Sun Apr 23, 2006 5:04 pm
Forum: VCL
Topic: [SOLVED] LogarithmicBase error
Replies: 2
Views: 2969

I fixed the error by manually editing the dfm file. Here's what I had which caused the error: object AnalyzerViewTabSheet: TTabSheet Caption = 'Analyzer View' object Panel2: TPanel Left = 0 Top = 0 Width = 901 Height = 507 Align = alClient AutoSize = True BevelOuter = bvLowered TabOrder = 0 object R...
by MichaelP
Sun Apr 09, 2006 6:32 pm
Forum: VCL
Topic: [SOLVED] LogarithmicBase error
Replies: 2
Views: 2969

[SOLVED] LogarithmicBase error

Hello, When I start my project in Borland C++ (version 6), I get the following error: Error creating form: Error reading RTDBChart->BottomAxis.LogarithmicBase: Axis Logarithmic Base should be < > 1 and > 0. This appears to have been a bug fixed in version 7.03. I'm using TeeChart Pro v7.06. Any idea...