Page 1 of 1

Text /Caption Properties no longer readable

Posted: Sun Nov 19, 2006 4:23 am
by 9527003
Hi,

I have just upgraded from 7.0.0.6 to 7.0.1.2 (I am using VB6).

In 7.0.0.6 it was ok to retrieve the various Caption and Text properties by assigning them to VB variables:

Code: Select all

Dim cap as String
cap = Chart.Axis.Left.Title.Caption
In 7.0.1.2 it stopped working and these properties now return empty strings.

I noticed it also with:

Chart.Axis.Bottom.Title.Caption
Chart.Tools.asAnnotation.Text

Could it have something to do with the new Unicode support maybe?
It was very handy. If no longer possible, it would be sorely missed

Regards,

Alex Khain
http://www.cyber-strategy.org

Posted: Tue Nov 21, 2006 5:17 pm
by Pep
Hi Alex,

yes, you're correct, it's a known problem, it has been fixed for the next v7.013 which I'm preparing and will be posted tomorrow on our web site.