View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003951 | JEDI VCL | 00 JVCL Components | public | 2006-10-09 08:52 | 2007-10-12 04:04 |
Reporter | ultimo | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 3.20 | ||||
Target Version | Fixed in Version | ||||
Summary | 0003951: Error on import file with field name with : | ||||
Description | When importing file with fields name with :, application raise an exception. Below the are a solution Change CsvFieldName := Copy(CsvFieldOption, 1, Pos1 - 1); // If character after the colon is a symbol character, grab // it, otherwise default to '$'. if Ord(CsvFieldOption[Pos1 + 1]) < Ord('A') then with // If character after the colon is a symbol character, grab // it, otherwise default to '$'. if (Ord(CsvFieldOption[Pos1 + 1]) < Ord('A')) and not (CsvFieldOption[Pos1 + 1] = '') then | ||||
Tags | No tags attached. | ||||
|
Which component ? |
|
In TjvCsvDataSet Sorry. |
|
Please provide the zipped sources of a sample application showing this. |
|
Hello? |
|
No news, closing the issue |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-10-09 08:52 | ultimo | New Issue | |
2006-10-10 00:59 | obones | Note Added: 0010338 | |
2006-10-10 00:59 | obones | Status | new => feedback |
2006-10-11 12:03 | ultimo | Note Added: 0010344 | |
2007-01-04 04:10 | obones | Note Added: 0010525 | |
2007-06-19 04:53 | obones | Note Added: 0013416 | |
2007-10-12 04:04 | obones | Status | feedback => resolved |
2007-10-12 04:04 | obones | Resolution | open => unable to reproduce |
2007-10-12 04:04 | obones | Assigned To | => obones |
2007-10-12 04:04 | obones | Note Added: 0013892 |