View Issue Details

IDProjectCategoryView StatusLast Update
0005095JEDI VCL00 JVCL Componentspublic2010-06-07 13:53
ReporterpcaviasAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionnot fixable 
Product Version3.39 
Target VersionFixed in Version 
Summary0005095: JvMemoryData loses data from not loaded fields on filtering
DescriptionI 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.
TagsNo tags attached.

Activities

obones

2010-01-13 17:02

administrator   ~0017112

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.

obones

2010-06-07 13:53

administrator   ~0017459

No answer, not testable, and there is a workaround

Issue History

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