View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005756 | JEDI VCL | 00 JVCL Components | public | 2012-01-02 18:18 | 2012-09-10 14:15 |
Reporter | stevegr | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | 3.46 | |||
Summary | 0005756: TJvDBGridXMLExport produce error XML files when grid column fieldnames contain spaces. | ||||
Description | // $Id: JvDBGridExport.pas 13104 2011-09-07 06:50:43Z obones $ Upload the same file with the fix. Follow { My code } hints inside. Also, TJvDBGridXMLExport = class(TJvCustomDBGridTextExport) private FXML: TJvSimpleXML; ... public ... property XML: TJvSimpleXML read FXML write FXML; ... need a public property so can change XML encoding, for example: JvDBGridXMLExport1.XML.Prolog.Encoding:='UTF-8'; | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-01-02 18:18 | stevegr | New Issue | |
2012-01-02 18:19 | stevegr | File Added: JvDBGridExport.7z | |
2012-02-22 15:01 | obones | Status | new => acknowledged |
2012-02-24 17:30 | obones | Note Added: 0019544 | |
2012-02-24 17:30 | obones | Status | acknowledged => resolved |
2012-02-24 17:30 | obones | Fixed in Version | => Daily / SVN |
2012-02-24 17:30 | obones | Resolution | open => fixed |
2012-02-24 17:30 | obones | Assigned To | => obones |
2012-09-10 14:15 | obones | Fixed in Version | Daily / SVN => 3.46 |