View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006200 | JEDI VCL | 00 JVCL Components | public | 2013-09-12 11:34 | 2014-09-03 11:41 |
Reporter | ukorn | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0006200: TJvDBUltimGrid.SearchNext not working properply when dgRowSelect in Options | ||||
Description | Hi, when dgRowSelect in Options then the SearchNext is broken. To fix it i have made a patch against current SVN. Greetings from Germany, Uli | ||||
Tags | No tags attached. | ||||
2013-09-12 11:34
|
JvDBUltimGrid.pas.diff (265 bytes)
170a171 > FSearchStartCol: Integer; 274a276 > FSearchStartCol := 0; 767c769 < Start := Col; --- > Start := Self.FSearchStartCol; 842a845 > Self.FSearchStartCol := ResultCol; 860a864 > Self.FSearchStartCol := ResultCol; |
|
Please try with the latest JVCL version in GIT (or daily zip) and then send us a zipped file containing the sources of an application showing the issue. |
2014-08-12 15:55
|
SearchNextDemo.zip (5,327 bytes) |
|
Sorry, here is the demo. The Problem is, "Search" internally saves the Col for the last successful search, with dgRowSelect in Options this is 0 each time. "SearchNext" starts every time at Col 0 and will find the same position. Over and over again. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-09-12 11:34 | ukorn | New Issue | |
2013-09-12 11:34 | ukorn | File Added: JvDBUltimGrid.pas.diff | |
2013-12-13 11:04 | obones | Note Added: 0020743 | |
2013-12-13 11:04 | obones | Status | new => feedback |
2014-08-12 15:55 | ukorn | File Added: SearchNextDemo.zip | |
2014-08-12 16:02 | ukorn | Note Added: 0021013 | |
2014-09-03 11:41 | obones | Status | feedback => acknowledged |