tsogoo 0 Posted June 16, 2007 Report Share Posted June 16, 2007 Hi all. I need to design a program in Visual Basic 6 that supports Chart FX 98. I have some question. If you help me ,I will be very thankful. Thanks. The questions are 1. I need to download Chart FX 98, how (where) can I find (download) it. I have download Chart FX 6.2 Client/Server. Can I use the "Chart FX 6.2 Client/Server" as Chart FX 98. 2. I have a program writen by VB6. and I installed the ChartFX 6.2 C/S . I registered it to my PC with WinXP SP2 but when I run the program ,I take this message " Line 871: Cannot load control Chtmain; license not found. " I think that there is a problem of licensing. How Can I license it correctly. Thanks. Quote Link to post Share on other sites
Frank 0 Posted June 17, 2007 Report Share Posted June 17, 2007 1) Chart FX 98 is discontinued. Please contact Software FX Support if you own Chart FX 98 and need new media. You will need some kind of proof of ownership. 2) Chart FX Client/Server 6.2 is a completely different product. In order to replace Chart FX 98 with Chart FX Client/Server 6.2 you will need to re-write some of your code. Quote Link to post Share on other sites
tsogoo 0 Posted June 18, 2007 Author Report Share Posted June 18, 2007 Hello. I see your advice and thank you. Maybe I will need to rewrite codes of the program. It takes a lot of my time . May I download Chart FX 98 from anywhere. Can I install it to my system WinXP SP2 and does it work at this system.if it works How I license it. I have downloaded this files yesterday , I registered it. SFXBAR.DLL CFX4032.OCX CFX4032.DLL CFX4FILTERS.DLL CFX4DATA.DLL SFXXMLDATA.DLL SFXCROSSTAB.DLL ANNOTATEX.DLL (this files are registered by "regsvr32" ) But I have not find CFX4OLE.DLL in internet. I think that it is license file of ChartFX 98 ( I read it from "Q1381005. Deploying ChartFX Client Server (formerly Chartfx 98)" ) If I register this file, will I be register the Chart FX 98. Thank you. Quote Link to post Share on other sites
Frank 0 Posted June 18, 2007 Report Share Posted June 18, 2007 You need an installer in order to get the license. Copying the files is not going to be enough. Like I said in my previous posting, you need to contact Software FX support (support at software fx dot com) to get new media. You will need to provide them with Chart FX 98's serial number or proof of ownership. Quote Link to post Share on other sites
tsogoo 0 Posted June 18, 2007 Author Report Share Posted June 18, 2007 Thanks for your advice. Quote Link to post Share on other sites
tsogoo 0 Posted June 20, 2007 Author Report Share Posted June 20, 2007 Hello. Please help me. How I convert to ChartFX Client Server 6.2 from Chart FX 98 . This codes are writed in Chart FX 98. I can't find its equivalent code in ChartFX C/S 6.2. Where can I find it. Please show me the way that how I convert it to Chart FX C/S 6.2 Thanks. - Chtmain.ClearData CD_CONSTANTLINES - Chtmain.Refresh - Chtmain.OpenDataEx COD_CONSTANTS Or COD_ADDPOINTS, 100, 1 - Dim nCOD As CfxCod - Chtmain.RealTimeStyle = CRT_NOWAITARROW - Chtmain.ValueEx(0, 0) = Val(dizi(fileindex)) - ortalama - Dim CfxArray As New CfxDataArray - CfxArray.AddArray dizi - Chtmain.GetExternalData CfxArray - Chtmain.MaxValues = 500 - Chtmain.ZoomIn Text3.Text, Text5.Text, Text4.Text, Text6.Text - Chtmain.TypeMask = Chtmain.TypeMask Or CT_EVENSPACING - Chtmain.Height = frmmain.Height - tbToolBar.Height - Stform.Height - 4000 - Chtmain.Width = frmmain.Width - graphtoolbar.Width + 3000 - Chtmain.Left = graphtoolbar.Width + 5 - Chtmain.PatternBar = True - Chtmain.DataEditor = True - Chtmain.ToolBar = True - Chtmain.Chart3D = False - Chtmain.PrintIt(1, 1 - Chtmain.Row = DataPoint - Chtmain.ToolTipText = "x,y = " + Str(DataPoint + "," + Str(Chtmain.Data)) - Chtmain.ColumnCount = Chtmain.ColumnCount + 1 Quote Link to post Share on other sites
Frank 0 Posted June 30, 2007 Report Share Posted June 30, 2007 The following KB article should get you in the right direction: Q1803001. Chart FX Internet 5.5 to Chart FX Internet 6.2 Migration Tips URL: http://support.softwarefx.com/ShowArticleSep.aspx?Type=KB&Product=CfxInt62&Source=http://support.softwarefx.com/kb/180/3/001.htm?_r=1 Quote Link to post Share on other sites
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.