View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003003 | JEDI VCL | 00 JVCL Components | public | 2005-05-29 10:57 | 2005-08-09 06:35 |
Reporter | hrobache | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 | ||||
Target Version | Fixed in Version | 3.10 | |||
Summary | 0003003: Bug in TJvListView.LoadFromCSV | ||||
Description | This method is not working well. The separator is not properly handled and for instance a string like 'abc|def|ghi' is wrongly splitted, provided the separator is '|', in '|def|ghi', '|gh' and '' instead of 'abc', 'def', 'ghi' | ||||
Additional Information | It seems the bug is in the TJvListView.LoadFromStrings method, in lines 0000907 & 0000932 .They both look like SetString(TmpStr, Start, Start - TmpStart); I replaced them by the following SetString(TmpStr, TmpStart, Start - TmpStart); And get the experting result (see the attached file) Hope it's gonna help ! | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-05-29 10:57 | hrobache | New Issue | |
2005-05-29 10:57 | hrobache | File Added: JvListView.pas | |
2005-08-09 06:35 | obones | Status | new => resolved |
2005-08-09 06:35 | obones | Resolution | open => fixed |
2005-08-09 06:35 | obones | Assigned To | => obones |
2005-08-09 06:35 | obones | Note Added: 0007711 |