Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - BUG: FooterRowsAllowAccess(FALSE) does not work!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

BUG: FooterRowsAllowAccess(FALSE) does not work!

 Post Reply Post Reply
Author
Message
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1201
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post Topic: BUG: FooterRowsAllowAccess(FALSE) does not work!
    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
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 28 November 2011 at 7:26pm
Originally posted by mgampi 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
Back to Top
mgampi View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14 July 2003
Status: Offline
Points: 1201
Post Options Post Options   Thanks (0) Thanks(0)   Quote mgampi Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.