View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004368 | JEDI VCL | 00 JVCL Components | public | 2008-05-28 12:46 | 2008-07-23 07:11 |
Reporter | mjwallin | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 3.30 | ||||
Target Version | Fixed in Version | ||||
Summary | 0004368: TJvMemoryData sort method error | ||||
Description | The sort seems to be returning the data sorted only within the column itself rather than the whole record. I am sorting on only the contents of one field. The column in which the data is sorted is also the column I am sorting on. The rest of the field contents stay as is. This works the same way when passing the field name in the first parameter or setting the field name in the keyfieldnames property. What seems to be happening is this: Contents before sort: Rec # DateField Field2 Field3 1 02/01/08 A 40 2 01/01/08 B 20 jvMemoryTable1.sortOnField('DateField', true, false) Contents after sort: 1 01/01/08 A 40 2 02/01/08 B 20 Note: In my application, I substituted another memory table component, kbmMemTable and used its sort method which produced the results I was expecting. | ||||
Additional Information | Run under Delphi 5. The JVCL 3.33 version seems to have the same code as this one. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-05-28 12:46 | mjwallin | New Issue | |
2008-05-28 13:15 | obones | Note Added: 0014309 | |
2008-05-28 13:15 | obones | Status | new => feedback |
2008-07-23 07:10 | obones | Status | feedback => resolved |
2008-07-23 07:10 | obones | Resolution | open => unable to reproduce |
2008-07-23 07:10 | obones | Assigned To | => obones |
2008-07-23 07:10 | obones | Note Added: 0014422 |