View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006041 | JEDI VCL | 00 JVCL Components | public | 2012-12-03 13:19 | 2020-05-19 10:01 |
Reporter | AndrewTrohins | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | Daily / GIT | |||
Summary | 0006041: JvMemoryData SortOnFields don't work | ||||
Description | Hello. This code doesn't work: DataSet->KeyFieldNames = "ID"; DataSet->Open(); DataSet->Append(); DataSet->FieldValues["ID"] = 1; DataSet->FieldValues["TITLE"] = "Test"; DataSet->Post(); DataSet->SortOnFields("TITLE",true,false); After SortOnFields there's exception: 'No data found' There's TDBGrid, which shows dta in DataSet(TJvMemoryData). If I delete link of DataSource on DataSet it work's without exception. Thanks. | ||||
Additional Information | I use C++ Builder XE3, JVCL has revision 13479. | ||||
Tags | BCB | ||||
2012-12-03 13:19
|
TestJvMemoryData.rar (82,980 bytes) |
|
Please try again with the latest GIT content, I cannot reproduce the issue |
2014-04-16 17:52
|
TestNoData.zip (88,941 bytes) |
|
I tried it with latest 3.48 version. Previous test case works well. But my atteched test case fail with the same message 'No data found'. |
|
That example does not crash with the latest GIT content |
|
No reply in a timely manner, assuming this is fixed |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-12-03 13:19 | AndrewTrohins | New Issue | |
2012-12-03 13:19 | AndrewTrohins | File Added: TestJvMemoryData.rar | |
2013-01-15 16:03 | obones | Status | new => acknowledged |
2013-12-13 15:29 | obones | Relationship added | has duplicate 0006049 |
2013-12-13 15:30 | obones | Relationship added | related to 0006052 |
2013-12-13 15:50 | obones | Tag Attached: BCB | |
2013-12-18 14:04 | obones | Note Added: 0020875 | |
2013-12-18 14:04 | obones | Status | acknowledged => feedback |
2014-04-16 17:52 | bazilio | File Added: TestNoData.zip | |
2014-04-16 17:53 | bazilio | Note Added: 0020947 | |
2014-12-04 16:34 | obones | Status | feedback => acknowledged |
2015-09-14 17:50 | obones | Note Added: 0021204 | |
2015-09-14 17:50 | obones | Status | acknowledged => feedback |
2020-05-19 10:01 | obones | Assigned To | => obones |
2020-05-19 10:01 | obones | Status | feedback => resolved |
2020-05-19 10:01 | obones | Resolution | open => fixed |
2020-05-19 10:01 | obones | Fixed in Version | => Daily / GIT |
2020-05-19 10:01 | obones | Note Added: 0021894 |