View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002747 | JEDI VCL | 00 JVCL Components | public | 2005-03-12 14:30 | 2005-05-19 03:49 |
Reporter | mc_botha | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0002747: JvgExportComponents export to Excel outputs unformatted string | ||||
Description | JvgExportComponents 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 Information | This isalso be applicable to all the other exports as well. | ||||
Tags | No tags attached. | ||||
|
Would it be ok if this was controlled by a property ? |
|
Choice is always a good thing - it would be better if the user has the option to choose the output format. |
|
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. |
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 |