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. Quote 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.