ShowRowFocus property |
Post Reply |
Author | |
ijwelch
Senior Member Joined: 20 June 2006 Status: Offline Points: 262 |
Post Options
Thanks(0)
Posted: 21 November 2007 at 10:24pm |
This property keeps resetting itself to True in my VB6 project.
Also, if this property is True, I need a method to set the focused row in code. At the moment I have a selected row set in code but the focus rectangle is still shown around previous selected row. Cheers BTW, before posting this I did a search in help file for 'focus'. Unfortunately, all results location is 'Xtreme Suite ActiveX Controls', making the results practically useless. Maybe it's time to split the help file up (1 for each product)? |
|
Baldur
Senior Member Joined: 22 November 2006 Location: Germany Status: Offline Points: 244 |
Post Options
Thanks(0)
|
You can use:
Set ReportControl.FocusedRow = ReportControl.Rows(Index)
You don't need to change the selected rows.
|
|
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 |