FocusedRow |
Post Reply |
Author | |
rob@shuksan.com
Newbie Joined: 04 September 2007 Location: United States Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 04 September 2007 at 1:06pm |
What is the best way to programmactically set the focus of the ReportControl. I can set the "selected rows" but need to also set the focus of a row.
|
|
Source
Senior Member Joined: 19 June 2006 Status: Offline Points: 103 |
Post Options
Thanks(0)
|
To set a focus row use the following method:
wndReportControl.FocusedRow = wndReportControl.Rows(5) ' or any your row wndReportControl.Redraw
|
|
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 |