Print Page | Close Window

ShowRowFocus property

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=8855
Printed Date: 20 September 2024 at 7:36am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ShowRowFocus property
Posted By: ijwelch
Subject: ShowRowFocus property
Date 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)?



Replies:
Posted By: Baldur
Date Posted: 22 November 2007 at 11:02am
You can use:
 
Set ReportControl.FocusedRow = ReportControl.Rows(Index)
 
You don't need to change the selected rows.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net