Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - Strange behavior after upgrading to 13.2
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Strange behavior after upgrading to 13.2

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

Joined: 07 October 2004
Location: Australia
Status: Offline
Points: 242
Post Options Post Options   Thanks (0) Thanks(0)   Quote dennisV Quote  Post ReplyReply Direct Link To This Post Topic: Strange behavior after upgrading to 13.2
    Posted: 25 October 2009 at 3:56am
I've recompiled with 13.2 (from 13.1) and now all my report controls have a vertical blue line at some point and if I try to resize and scroll the view, columns on the left are not scrolled, while columns to the right of this line are scrolled. I haven't changed any of my code, so some default processing has changed in CJ. Can you please advise what I need to adjust to get rid of this?

Thanks!

Dennis
// W7 64 Ultimate SP1
// VS 2008
// CodeJock 16.2.3 (MFC)
Back to Top
dennisV View Drop Down
Senior Member
Senior Member
Avatar

Joined: 07 October 2004
Location: Australia
Status: Offline
Points: 242
Post Options Post Options   Thanks (0) Thanks(0)   Quote dennisV Quote  Post ReplyReply Direct Link To This Post Posted: 25 October 2009 at 4:02am
Looks like SetFreezeColumnCount(0) did the trick, however my concern is why it wasn't 0 by default?
// W7 64 Ultimate SP1
// VS 2008
// CodeJock 16.2.3 (MFC)
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 26 October 2009 at 6:27pm
because you change it in your LoadReportState() call - after contsructor applied default value (FALSE)
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.188 seconds.