View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005095 | JEDI VCL | 00 JVCL Components | public | 2010-01-06 16:46 | 2010-06-07 13:53 |
Reporter | pcavias | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Product Version | 3.39 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005095: JvMemoryData loses data from not loaded fields on filtering | ||||
Description | I use a JvMemoryData component loading some field definitions through visual designtime Borrow structure function, while adding other fields manually though the visual FieldDefs editor. Now, everything works quite fine using filters except that I noticed that I have to use brackets inside every condition, otherwise filter doesn't work when I use more than 2 conditions, e.g.: (ID = 1) AND (ABC = 2) AND (DEF = 3) works fine ID = 1 AND ABC = 2 AND DEF = 3 doesn't work But now that I understood how to fix it this is not a problem, even if I think should be solved or at least documented somewhere. The real problem is that when I filter the data in the component I always lose everything I edited in the manual added fields, while the borrowed ones keep their data! Obviously I can't filter on that fields, too, since they have lost their contents. | ||||
Tags | No tags attached. | ||||
|
Please provide the zipped sources of a sample application showing this. And please explain what you mean by "borrowed fields" because "borrow" does not seem to be the appropriate term here. |
|
No answer, not testable, and there is a workaround |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-01-06 16:46 | pcavias | New Issue | |
2010-01-13 17:02 | obones | Note Added: 0017112 | |
2010-01-13 17:02 | obones | Status | new => feedback |
2010-06-07 13:53 | obones | Note Added: 0017459 | |
2010-06-07 13:53 | obones | Status | feedback => resolved |
2010-06-07 13:53 | obones | Resolution | open => not fixable |
2010-06-07 13:53 | obones | Assigned To | => obones |