View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005237 | JEDI VCL | 00 JVCL Components | public | 2010-05-14 07:20 | 2012-02-23 10:05 |
Reporter | gpcaretti | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 3.39 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005237: [TJvDBUltimGrid] On master-details view the 'sort title' action looses the details | ||||
Description | If you have two TJvDBUltimGrid, one for the master table and one for the details table, the details grid shows no rows if you sort with respect to a key that is not the master-details relational key, by pressing the title buttons. | ||||
Additional Information | Conditions for the details TJvDBUltimGrid: 'SortWith' = swFields or swWhere TitleButtons = True Use Case: 1. Open a master-detail form using 2 TJvDBUltimGrid 2. By pressing a column title, sort the details grid with respect to a field 3. Now move to another master row on the master grid You will see no rows are shown on the details grid. The reason seems to be the fact that when you press the title button to sort, the code modify the 'IndexFieldNames' property of the details TJvDBUltimGrid is changed, but if in the IndexFieldNames there is not the master-details relational key, the details grid shows no rows | ||||
Tags | No tags attached. | ||||
|
Could you please provide the zipped sources of a sample application showing this? |
2010-07-09 12:34
|
TestDBUltimGridSort.zip (8,197 bytes) |
|
Provided as zipped project. |
|
Thanks, someone with DB knowledge will look at this |
|
I checked this with ADO. I used DataSetProvider and TClientDataset for the master dataset and it work ok. (SortWith:=swClient) Contributed code: issue 5601 |
|
Could not reproduce the error. |
|
Thanks, then I believe it is already fixed |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-05-14 07:20 | gpcaretti | New Issue | |
2010-06-07 13:50 | obones | Note Added: 0017455 | |
2010-06-07 13:50 | obones | Status | new => feedback |
2010-07-09 12:34 | gpcaretti | File Added: TestDBUltimGridSort.zip | |
2010-07-09 12:34 | gpcaretti | Note Added: 0017531 | |
2010-10-08 15:57 | obones | Note Added: 0017799 | |
2010-10-08 15:57 | obones | Status | feedback => acknowledged |
2011-06-18 11:13 | stevegr | Note Added: 0018776 | |
2011-06-19 18:14 | stevegr | Note Added: 0018784 | |
2012-02-23 10:05 | obones | Note Added: 0019491 | |
2012-02-23 10:05 | obones | Status | acknowledged => resolved |
2012-02-23 10:05 | obones | Resolution | open => unable to reproduce |
2012-02-23 10:05 | obones | Assigned To | => obones |