After sorting, row order position is incorrect |
Post Reply |
Author | |
mellysully
Groupie Joined: 09 June 2009 Status: Offline Points: 19 |
Post Options
Thanks(0)
Posted: 05 August 2010 at 4:42am |
Hiya,
it works ok before sorting, but......
After sorting the column, index position is not right and point to the wrong record when I do this code. This code moves to the record where it begins with the key letter I entered (using keyup event) to search for.
DO i = 0 TO nvcom1:records:COUNT - 1 :
IF nvcom1:records(i):ITEM(0):VALUE BEGINS v-keychar THEN DO: Nvcom1:Navigator:MoveToRow(i,FALSE,FALSE). LEAVE. END. END. |
|
mellysully
Groupie Joined: 09 June 2009 Status: Offline Points: 19 |
Post Options
Thanks(0)
|
Product: Xtreme SuitePro (ActiveX) version 13.0.0
Platform: Windows XP (32bit) - SP 2 Language: Progress OpenEdge 10.1.B |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
See post http://forum.codejock.com/forum_posts.asp?TID=17107 (it's VB but you will get the point )
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |