User (Legacy) Posted December 23, 2004 Report Share Posted December 23, 2004 I'm using ChartFX Client Server version 5.1 with ChartFX finantial extension version 4.0 within VB.net, From my code, how can I open file with extension CHD (the default extension that I save the chart with it from within the commands toolbar)? I tried to use AxChartFX1.Import(CfxExport.CHART_CFXFILE , "D:\his_ch1.CHD") also I used AxChartFX1.Import(CfxExport.CHART_INTERNALFILE, "D:\his_ch1.CHD") But nothing happend!! What is I'm missing? waiting your help ASAP Thanks in advance Link to comment Share on other sites More sharing options...
Software FX Posted December 23, 2004 Report Share Posted December 23, 2004 You should be able to read it with both (we normally prefer you would use CHART_CFXFILE). Can you post the CHD file ? Note that because of the holidays we may take longer to reply. -- Regards, JC Software FX Support "Asmaa" <asmaa@mistnet.net> wrote in message news:pIpNMaO6EHA.1120@webserver3.softwarefx.com... I'm using ChartFX Client Server version 5.1 with ChartFX finantial extension version 4.0 within VB.net, From my code, how can I open file with extension CHD (the default extension that I save the chart with it from within the commands toolbar)? I tried to use AxChartFX1.Import(CfxExport.CHART_CFXFILE , "D:\his_ch1.CHD") also I used AxChartFX1.Import(CfxExport.CHART_INTERNALFILE, "D:\his_ch1.CHD") But nothing happend!! What is I'm missing? waiting your help ASAP Thanks in advance Link to comment Share on other sites More sharing options...
User (Legacy) Posted December 29, 2004 Author Report Share Posted December 29, 2004 Thanks Sir, I solved it by using the command AxChartFX1.Import(CfxExport.CHART_CFXOLEFILE, file_to_be_opened) Best Regards and happy new year "Software FX Support" <noreply@none.com> wrote in message news:dlfQAzT6EHA.3492@webserver3.softwarefx.com... > You should be able to read it with both (we normally prefer you would use > CHART_CFXFILE). > > Can you post the CHD file ? > > Note that because of the holidays we may take longer to reply. > > -- > Regards, > > JC > Software FX Support > "Asmaa" <asmaa@mistnet.net> wrote in message > news:pIpNMaO6EHA.1120@webserver3.softwarefx.com... > I'm using ChartFX Client Server version 5.1 with ChartFX finantial extension > version 4.0 within VB.net, > > From my code, how can I open file with extension CHD (the default extension > that I save the chart with it from within the commands toolbar)? > > > I tried to use > > AxChartFX1.Import(CfxExport.CHART_CFXFILE , "D:\his_ch1.CHD") > also I used > AxChartFX1.Import(CfxExport.CHART_INTERNALFILE, "D:\his_ch1.CHD") > But nothing happend!! > What is I'm missing? > waiting your help ASAP > Thanks in advance > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.