Print Page | Close Window

BUG: SkipGroupFocus

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=11059
Printed Date: 27 September 2024 at 11:10am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: BUG: SkipGroupFocus
Posted By: jpbro
Subject: BUG: SkipGroupFocus
Date Posted: 16 June 2008 at 11:33am
When SkipGroupFocus is True, focus will still go to the first/top group row when the user presses the up arrow key.

-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6




Replies:
Posted By: Aaron
Date Posted: 18 June 2008 at 10:12am
Hi,
 
You are right about this, but I think there needs to be a focused row all the time. But you are right, when the property says SkipGroupFocus it has to function as it should!!!


-------------
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....


Posted By: jpbro
Date Posted: 18 June 2008 at 7:54pm
I seem to recall that the PropertyGrid exhibits the same problem...In any case, I've worked around it in the ReportControl as follows:


Private Sub ReportControl1_FocusChanging(ByVal NewRow As XtremeReportControl.IReportRow, ByVal NewColumn As XtremeReportControl.IReportColumn, ByVal NewItem As XtremeReportControl.IReportRecordItem, Cancel As Boolean)
   Cancel = (NewRow.Record Is Nothing)
End Sub


It works because the Group rows don't have an associated record object.


-------------
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3

Language: Visual Basic 6.0 SP6



Posted By: Aaron
Date Posted: 19 June 2008 at 8:51am
Hi Jason,
 
I don't need a workaround..... I need CJ to fix this. It's beginning to like before with MS controls, Workaround here, workaround there, oh yes let's use an API call, let's subclass...... That's why I switched to other controls, I'm sick of workarounds
 
 


-------------
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....


Posted By: AndreiM
Date Posted: 02 August 2008 at 11:55am
Will be fixed in 12.0.2.

-------------
Regards,
Andrei Melnik



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