User (Legacy) Posted September 14, 2005 Report Share Posted September 14, 2005 Hello I am using these two ActiveX Component for drawing charts in my Internet Explorer version 6.0.These two chart use some XML data and javascript for drawing chart. cfx4032.ocx (Version 5.0.14.0 Chart FX Client Server ActiveX Control) SfxBar.dll (Version 1.0.23.0 Provides support for Toolbars, CommandBars and Dockable Frames) But these two are creating problem .When I trying to access any of the method that chart support they show javascript error that these method is not supported. for example when i try to access these methods in Javascript this.chart.OpenDataEx(COD_COLORS, rowsInChart, 0); Its shows error : Object doesn't support this property or method. But when i open this cfx4032.ocx file in notepad I found that method (OpenDataEx) there. Please provide some solution for this ASAP.If this does not work we have to change our chart component.Can you send me some sample application of how to useor implement this Component with HTML Page. Regards, Pankaj Jain Link to comment Share on other sites More sharing options...
Software FX Posted September 17, 2005 Report Share Posted September 17, 2005 1) Is the chart showing ? You will get this error if no object is created. 2) Did you verify the ID matches that of the chart (OBJECT) tag ? 3) If none of these help, please attach the HTML page that's producing the problem (View-Source on your browser). -- Francisco Padron www.chartfx.com "Pankaj Jain" <pankaj@nagarro.com> wrote in message news:fPZdb8QuFHA.1040@webserver3.softwarefx.com... > Hello > > I am using these two ActiveX Component for drawing charts in my Internet > Explorer version 6.0.These two chart use some XML data and javascript for > drawing chart. > > cfx4032.ocx (Version 5.0.14.0 Chart FX Client Server ActiveX > Control) > SfxBar.dll (Version 1.0.23.0 Provides support for Toolbars, > CommandBars and Dockable Frames) > > But these two are creating problem .When I trying to access any of the > method that chart support they show javascript error that these method is > not supported. > > for example when i try to access these methods in Javascript > > this.chart.OpenDataEx(COD_COLORS, rowsInChart, 0); > > Its shows error : Object doesn't support this property or method. > > > But when i open this cfx4032.ocx file in notepad I found that method > (OpenDataEx) there. Please provide some solution for this ASAP.If this > does not work we have to change our chart component.Can you send me some > sample application of how to useor implement this Component with HTML > Page. > > > Regards, > Pankaj Jain > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.