View Issue Details

IDProjectCategoryView StatusLast Update
0002747JEDI VCL00 JVCL Componentspublic2005-05-19 03:49
Reportermc_bothaAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version3.10 
Summary0002747: JvgExportComponents export to Excel outputs unformatted string
DescriptionJvgExportComponents export to Excel outputs unformatted string (.AsString) and not the formatted field in the dataset available through .DisplayText.

In the file "JvgExportComponents.pas", function "TJvgCommonExport.GetFieldValue"
 then line "Result := Field.AsString;" should be changed to "Result := Field.DisplayText;"
Additional InformationThis isalso be applicable to all the other exports as well.
TagsNo tags attached.

Relationships

related to 0002748 resolvedobones JvgExportComponents export to Excel outputs fields set to Invisible 

Activities

obones

2005-05-18 09:40

administrator   ~0007223

Would it be ok if this was controlled by a property ?

anonymous

2005-05-18 23:12

viewer   ~0007232

Choice is always a good thing - it would be better if the user has the option to choose the output format.

obones

2005-05-19 03:49

administrator   ~0007237

Thanks, this is now resolved and in CVS.
I've added an "Options" property, set jeoOutputFormattedStrings in it and you'll get the formatted strings.

Issue History

Date Modified Username Field Change
2005-03-12 14:30 mc_botha New Issue
2005-05-18 09:40 obones Note Added: 0007223
2005-05-18 09:40 obones Status new => feedback
2005-05-18 23:12 anonymous Note Added: 0007232
2005-05-19 03:49 obones Status feedback => resolved
2005-05-19 03:49 obones Resolution open => fixed
2005-05-19 03:49 obones Assigned To => obones
2005-05-19 03:49 obones Note Added: 0007237
2005-05-19 03:49 obones Relationship added related to 0002748