View Issue Details

IDProjectCategoryView StatusLast Update
0006200JEDI VCL00 JVCL Componentspublic2014-09-03 11:41
ReporterukornAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0006200: TJvDBUltimGrid.SearchNext not working properply when dgRowSelect in Options
DescriptionHi,

when dgRowSelect in Options then the SearchNext is broken.

To fix it i have made a patch against current SVN.

Greetings from Germany,

Uli
TagsNo tags attached.

Activities

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;

obones

2013-12-13 11:04

administrator   ~0020743

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)

ukorn

2014-08-12 16:02

reporter   ~0021013

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.

Issue History

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