Search found 27 matches

by spol
Tue Jun 21, 2011 6:45 am
Forum: ActiveX
Topic: TeeChart2010 BCD Error
Replies: 1
Views: 4862

TeeChart2010 BCD Error

Hi, I have upgraded my vb6 project from TeeChart8 to TeeChart2010. All is fine but for the following error : run-time error '-2147418113 (8000ffff)' 68,2 is not a valid BCD value If i run the program on a WinXP SP3 with the number separator set to dot all is fine, but the same program run on the sam...
by spol
Mon Apr 27, 2009 11:18 am
Forum: ActiveX
Topic: Next release
Replies: 3
Views: 6668

Any news :?:

Thanks in advance,
Paolo Saudin
by spol
Tue Mar 31, 2009 4:13 pm
Forum: ActiveX
Topic: Next release
Replies: 3
Views: 6668

Next release

Any idea about when the new maintenance release will be out ??
I am looking forward to have the statistic tool working well with null values (post 37847) :D

Thanks in advance,
Paolo Saudin
by spol
Wed Mar 25, 2009 10:27 am
Forum: ActiveX
Topic: Google like zoom
Replies: 2
Views: 5415

Thank you very much for the suggestion,
i'll give a try

Paolo Saudin
by spol
Tue Mar 24, 2009 6:57 am
Forum: ActiveX
Topic: Google like zoom
Replies: 2
Views: 5415

Google like zoom

Hi,
is there a way to achieve a google docs like zoom :?:, I mean one bottom chart with the full time serie and another chart with the zoomed part of the bottom one. In the bottom chart should be highlighted the zoomed part of the serie

Thanks in advance,
Paolo Saudin
by spol
Tue Mar 03, 2009 12:09 pm
Forum: ActiveX
Topic: Move annotation
Replies: 2
Views: 6209

Thank you very much !! :D
Is what I needed
by spol
Mon Mar 02, 2009 7:43 pm
Forum: ActiveX
Topic: Move annotation
Replies: 2
Views: 6209

Move annotation

Is there a way to move annotations with the mouse? May be trapping some events ?? I read the post of
03 Mar 2004 (asAnnotation custom position) but I cannot get the attachment.

Thanks in advance,
Paolo Saudin
by spol
Mon Feb 23, 2009 8:27 pm
Forum: ActiveX
Topic: Statistic Tool Null Values
Replies: 3
Views: 7156

Great :D
Thanks
by spol
Tue Feb 17, 2009 7:58 pm
Forum: ActiveX
Topic: Statistic Tool Null Values
Replies: 3
Views: 7156

Statistic Tool Null Values

Will the DefaultNullValue property be included in the next release ? (See the post from Narcìs @ Mon Jul 28, 2008 12:54 pm). If so when the release will be expected ? I need it to be fixed or I must remove it from my sotware - which is a pity !

Regards,
Paolo Saudin
by spol
Tue Aug 26, 2008 9:24 am
Forum: ActiveX
Topic: Version 8.0.0.4
Replies: 24
Views: 31630

Thank you Narcís,
Is it possible to get a beta version since the most annoying bug (resize freezing program) has been fixed?

Regards,
Paolo saudin
by spol
Mon Aug 25, 2008 6:52 pm
Forum: ActiveX
Topic: Version 8.0.0.4
Replies: 24
Views: 31630

Hi Pep, my problems are different from then ones of DJ200.
My ones are about Statistics Tool, The full screen tool and the TV52012779 and TA05012791.
Can you send me a beta version too ?. I'd like to try it out to check if some bugs are gone :D

Best regards,
Paolo Saudin
by spol
Mon Jul 28, 2008 12:02 pm
Forum: ActiveX
Topic: Version 8.0.0.4
Replies: 24
Views: 31630

Hi Narcís, actually I am not adding nulls values, they come from the database when data is missing, for example the following serie of temperatures: "2008-07-23 07:00:00", 15.6 "2008-07-23 08:00:00", 19.2 "2008-07-23 09:00:00", 21.8 "2008-07-23 10:00:00", 24.0 "2008-07-23 11:00:00", 26.5 "2008-07-23...
by spol
Thu Jul 24, 2008 4:19 pm
Forum: ActiveX
Topic: Version 8.0.0.4
Replies: 24
Views: 31630

Hi Narcís,

I' m used to set the data source as follow :
With TChart.Series(i)
.DataSource = rs
.YValues.ValueSource = rs.Fields(i).Name
.XValues.ValueSource = "Data"
End With

Is there any way to make it works properly ?

Regards,
Paolo Saudin
by spol
Thu Jul 24, 2008 11:44 am
Forum: ActiveX
Topic: Version 8.0.0.4
Replies: 24
Views: 31630

Thank Narcís, thank for your efforts. I don't know if I already filed the Statistics Tool bug. When a series contain a NULL value then the minimun values is set to 0 which is wrong, here is the output when the value at position 22 is NULL: Number of values: 126 Maximum value: 20,7 at position 14 Min...
by spol
Wed Jul 23, 2008 1:42 pm
Forum: ActiveX
Topic: Version 8.0.0.4
Replies: 24
Views: 31630

Hi Narcís, The infos of TChart component in VB6 show Version 8.0.0.4.10507. I am using LineSeries. With the code TChart1.Series(0).asLine.TreatNulls = tnDontPaint works fine but if I set the property to TChart1.Series(0).asLine.TreatNulls = tnSkip TChart draws a line from the first point on the left...