Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 483

Summary: Wrong data export editor extensions
Product: VCL TeeChart Reporter: narcís calvet <narcis>
Component: ExportAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major CC: david
Priority: High    
Version: 131119   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=3&t=14533
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: Project with export dialog

Description narcís calvet 2013-11-27 05:34:25 EST
Created attachment 33 [details]
Project with export dialog

We are using the lastest version of Tchart and if we call the Export dialog, there is an error when selecting HTML Table or Excel or JSON format on the Data tab. There is some format inconsistency with the output files as well.

If we select HTML Table and click Save... the data are saved in JSON format extension.
If we select Excel and click Save. the data are saved in HTML format.
If we select JSON and the data are saved in XLS format.
Comment 1 david berneda 2013-11-28 09:01:27 EST
Fixed.
SaveDialog Filter string was not using the new order of radiobuttons.