Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Report Control
  New Posts New Posts RSS Feed - [SOLVED] problems updating to v15.x
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

[SOLVED] problems updating to v15.x

 Post Reply Post Reply
Author
Message
byteman View Drop Down
Groupie
Groupie
Avatar

Joined: 08 March 2007
Location: United States
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote byteman Quote  Post ReplyReply Direct Link To This Post Topic: [SOLVED] problems updating to v15.x
    Posted: 22 September 2011 at 4:07pm
I am updating a project using v13.x of the toolkit library and the following protected variables were removed from CXTPReportControl in v15.x

BOOL m_bHeaderRowsAllowAccess;              // TRUE if a header row can be selected by user.
BOOL m_bFooterRowsAllowAccess;              // TRUE if a footer row can be selected by user.

 I have not come across too many incompatibilities so far but I would imagine there are a few more lurking. Is there a change log or white paper to help guide the migration process from version to version?  I have not found any references online so far and I can't tell from the code what the logical substitution would be for these specific Booleans.

Pointing me to any appropriate documentation would be great,  and if anyone knows what to do with these specific Booleans?  I would not object to knowing that either :)
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: 23 September 2011 at 10:47am
Hello,

please use the getter/setter instead (HeaderRowsAllowAccess / IsHeaderRowsAllowAccess, FooterRowsAllowAccess / IsFooterRowsAllowAccess).

Andre

Codejock support
Back to Top
byteman View Drop Down
Groupie
Groupie
Avatar

Joined: 08 March 2007
Location: United States
Status: Offline
Points: 10
Post Options Post Options   Thanks (0) Thanks(0)   Quote byteman Quote  Post ReplyReply Direct Link To This Post Posted: 23 September 2011 at 11:14am
Sheesh, I looked for "Get/Set..." and missed "Is..."

Thanks Andre. 
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.141 seconds.