![]() | Steema Issues DatabaseNote: 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. |
| Summary: | Wrong data export editor extensions | ||
|---|---|---|---|
| Product: | VCL TeeChart | Reporter: | narcís calvet <narcis> |
| Component: | Export | Assignee: | 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 | ||
Fixed. SaveDialog Filter string was not using the new order of radiobuttons. |
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.