View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006049 | JEDI VCL | 00 JVCL Components | public | 2012-12-20 07:35 | 2013-12-13 15:29 |
Reporter | AndrewTrohins | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 3.47 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006049: JvMemoryData.SortOnFields error 'No data found' when JvMemoryData linking with DBGrid | ||||
Description | If i use link JvMemoryData->DataSource->DBGrid, then exception 'No data found' generated when call SortOnFields. If I delete link with DBGrid, it work's. Example: DataSet->KeyFieldNames = "ID"; DataSet->Open(); DataSet->Append(); DataSet->FieldValues["ID"] = 1; DataSet->FieldValues["TITLE"] = "Test"; DataSet->Post(); DataSet->SortOnFields("TITLE",true,false); Please, help. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-12-20 07:35 | AndrewTrohins | New Issue | |
2012-12-20 07:35 | AndrewTrohins | File Added: TestJvMemoryData.rar | |
2013-01-15 16:08 | obones | Status | new => acknowledged |
2013-12-13 15:29 | obones | Relationship added | duplicate of 0006041 |
2013-12-13 15:29 | obones | Duplicate ID | 0 => 6041 |
2013-12-13 15:29 | obones | Status | acknowledged => resolved |
2013-12-13 15:29 | obones | Resolution | open => duplicate |
2013-12-13 15:29 | obones | Assigned To | => obones |