View Issue Details

IDProjectCategoryView StatusLast Update
0005756JEDI VCL00 JVCL Componentspublic2012-09-10 14:15
ReporterstevegrAssigned Toobones 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version3.46 
Summary0005756: 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';

TagsNo tags attached.

Activities

2012-01-02 18:19

 

JvDBGridExport.7z (7,776 bytes)

obones

2012-02-24 17:30

administrator   ~0019544

This is now in SVN

Issue History

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