User (Legacy) Posted February 1, 2006 Author Report Share Posted February 1, 2006 Hi I want to import a previously export file. First I export : chart1.export FileFormat_Bitmap, "c:\chart.bmp" Then, I try to import : chart1.import FileFormat_Bitmal, "c:\chart.bmp" But it's doing nothing. The chart is not updated at all. How can we import correctly? Thank you, Jacinthe Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 1, 2006 Report Share Posted February 1, 2006 Hi I want to import a previously export file. First I export : chart1.export FileFormat_Bitmap, "c:\chart.bmp" Then, I try to import : chart1.import FileFormat_Bitmal, "c:\chart.bmp" But it's doing nothing. The chart is not updated at all. How can we import correctly? Thank you, Jacinthe Link to comment Share on other sites More sharing options...
Software FX Posted February 2, 2006 Report Share Posted February 2, 2006 We do not support importing from a bitmap as it is not practical to try to read all the data and visual attributes from the picture. You can Export/Import using FileFormat_Binary which will retain both data and visual attributes or you can use FileFormat_BinaryTemplate which will retain only the visual attributes. -- JC Software FX Support "Jacinthe Bouchard" <bouchardj@lassonde.com> wrote in message news:rNzdIQ2JGHA.472@webserver3.softwarefx.com... > Hi > > I want to import a previously export file. > > First I export : > > chart1.export FileFormat_Bitmap, "c:\chart.bmp" > > Then, I try to import : > > chart1.import FileFormat_Bitmal, "c:\chart.bmp" > > But it's doing nothing. The chart is not updated at all. > > How can we import correctly? > > Thank you, > > Jacinthe > > Link to comment Share on other sites More sharing options...
Software FX Posted February 2, 2006 Report Share Posted February 2, 2006 We do not support importing from a bitmap as it is not practical to try to read all the data and visual attributes from the picture. You can Export/Import using FileFormat_Binary which will retain both data and visual attributes or you can use FileFormat_BinaryTemplate which will retain only the visual attributes. -- JC Software FX Support "Jacinthe Bouchard" <bouchardj@lassonde.com> wrote in message news:rNzdIQ2JGHA.472@webserver3.softwarefx.com... > Hi > > I want to import a previously export file. > > First I export : > > chart1.export FileFormat_Bitmap, "c:\chart.bmp" > > Then, I try to import : > > chart1.import FileFormat_Bitmal, "c:\chart.bmp" > > But it's doing nothing. The chart is not updated at all. > > How can we import correctly? > > Thank you, > > Jacinthe > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 6, 2006 Author Report Share Posted February 6, 2006 Thank you for the quick reply. Working with binary file is fine with me! I understand why it is not practical to read bitmap file. Jacinthe "Software FX Support" <none@noreply.com> wrote in message news:9lRnCTBKGHA.2756@webserver3.softwarefx.com... > We do not support importing from a bitmap as it is not practical to try to > read all the data and visual attributes from the picture. > > You can Export/Import using FileFormat_Binary which will retain both data > and visual attributes or you can use FileFormat_BinaryTemplate which will > retain only the visual attributes. > > -- > JC > Software FX Support > "Jacinthe Bouchard" <bouchardj@lassonde.com> wrote in message > news:rNzdIQ2JGHA.472@webserver3.softwarefx.com... > > Hi > > > > I want to import a previously export file. > > > > First I export : > > > > chart1.export FileFormat_Bitmap, "c:\chart.bmp" > > > > Then, I try to import : > > > > chart1.import FileFormat_Bitmal, "c:\chart.bmp" > > > > But it's doing nothing. The chart is not updated at all. > > > > How can we import correctly? > > > > Thank you, > > > > Jacinthe > > > > > > Link to comment Share on other sites More sharing options...
User (Legacy) Posted February 6, 2006 Author Report Share Posted February 6, 2006 Thank you for the quick reply. Working with binary file is fine with me! I understand why it is not practical to read bitmap file. Jacinthe "Software FX Support" <none@noreply.com> wrote in message news:9lRnCTBKGHA.2756@webserver3.softwarefx.com... > We do not support importing from a bitmap as it is not practical to try to > read all the data and visual attributes from the picture. > > You can Export/Import using FileFormat_Binary which will retain both data > and visual attributes or you can use FileFormat_BinaryTemplate which will > retain only the visual attributes. > > -- > JC > Software FX Support > "Jacinthe Bouchard" <bouchardj@lassonde.com> wrote in message > news:rNzdIQ2JGHA.472@webserver3.softwarefx.com... > > Hi > > > > I want to import a previously export file. > > > > First I export : > > > > chart1.export FileFormat_Bitmap, "c:\chart.bmp" > > > > Then, I try to import : > > > > chart1.import FileFormat_Bitmal, "c:\chart.bmp" > > > > But it's doing nothing. The chart is not updated at all. > > > > How can we import correctly? > > > > Thank you, > > > > Jacinthe > > > > > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.