![]() |
steping through rows by code |
Post Reply
|
| Author | |
sfn555
Newbie
Joined: 08 March 2006 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: steping through rows by codePosted: 22 March 2006 at 3:45am |
|
Hi,
using the arrowkeys I can move from row to row despite the group-rows. I want to do the same by code and found NextSiblingRow but this, correctly, stops on the last row of a group. Is there another way to get always the next row starting by the FocusedRow until the end of all rows? Thanks! |
|
![]() |
|
sserge
Moderator Group
Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
Quote Reply
Posted: 22 March 2006 at 7:02am |
|
See methods MoveUp, MovePageDown, MovePageUp, MoveFirst, MoveLast of the ReportControl.
Or class CXTPReportNavigator for version 10.0 -- WBR, Serge |
|
![]() |
|
sfn555
Newbie
Joined: 08 March 2006 Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 March 2006 at 9:40am |
|
I'm using Codejock.ReportControl.v9.80.ocx.
There are no such methods . |
|
![]() |
|
sserge
Moderator Group
Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 March 2006 at 10:06am |
|
hmm... good occasion to upgrade?
You can also try something like a following: ReportControl.SetFocusedRow( ReportControl.Rows.GetNext( ReportControl.GetFocusedRow(), ReportControl.SkipGroupsFocus), bSelectBlock, bIgnoreSelection); -- WBR, Serge |
|
![]() |
|
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 |