User (Legacy) Posted March 8, 2003 Report Share Posted March 8, 2003 Hi All, I am trying to assign a reference to ChartFX using a ChartFX control added in ActiveReports dynamically. This gives me "Type Mismatch" error at line number 3. 1: Dim ChartFX1 As Object, localChartFX1 as object 2: Set ChartFX1 = ARDesigner1.Report.Sections("Detail").Controls.Add("CfxIEDtc.Chart.4") 3: Set localChartFX1 = ChartFX1 Can anyone help me to solve this bug? Thanks, Piyush Gupta. Link to comment Share on other sites More sharing options...
Software FX Posted March 8, 2003 Report Share Posted March 8, 2003 You are trying to create a "CfxIEDtc.Chart.4" ? This is the Chart FX Internet Design Time control. Is this a Desktop application you are building ? if so, you need to use Chart FX Client server, otherwise can you please explain what are you trying to do ? -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.