BUG: FooterRowsAllowAccess(FALSE) does not work!
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=19238
Printed Date: 16 November 2024 at 3:48pm Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com
Topic: BUG: FooterRowsAllowAccess(FALSE) does not work!
Posted By: mgampi
Subject: BUG: FooterRowsAllowAccess(FALSE) does not work!
Date Posted: 28 November 2011 at 2:25pm
Hi;
I setup a report control this way:
Report_.ShowFooterRows(); Report_.FooterRowsAllowAccess(FALSE); Report_.FooterRowsEnableSelection(FALSE); Report_.FooterRowsAllowEdit(FALSE);
|
Although I set FooterRowsEnableSelection(FALSE) I'm able to click into the footer rows section resulting in the appearance of the focus rectangle. The original record of the data rows section looses the focus rectangle. I believe this is a bug!
The first few columns of my report footer rows are merged and this results in wrong focus rectangle drawing (see screenshot below). This is another bug I encountered within the control!
And finally: The report contains about 100 columns. So I disabled auto column sizing by calling GetReportHeader()->SetAutoColumnSizing(FALSE). After that I'm no longer able to scroll horizontally by keyboard!?!?! When setting FocusSubItems(TRUE) I'm able to scroll to the right, but I don't want the focused column to be shown. Any ideas how to enable this required behaviour?
Andre, perhaps you could take a look at these issues...
------------- Martin
Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022
|
Replies:
Posted By: ABuenger
Date Posted: 28 November 2011 at 7:26pm
mgampi wrote:
Although
I set FooterRowsEnableSelection(FALSE) I'm able to click into the
footer rows section resulting in the appearance of the focus rectangle.
The original record of the data rows section looses the focus rectangle.
I believe this is a bug!
|
Hi,
this has already been fixed for the next release.
Andre
------------- Codejock support
|
Posted By: mgampi
Date Posted: 29 November 2011 at 4:25am
Hi;
What about the other issues?
------------- Martin
Product: Xtreme Toolkit v 22.1.0, new Projects v 24.0.0 Platform: Windows 10 v 22H2 (64bit) Language: VC++ 2022
|
|