|  | 
| [SOLVED] problems updating to v15.x | 
| Post Reply   | 
| Author | |
| byteman   Groupie     Joined: 08 March 2007 Location: United States Status: Offline Points: 10 |  Post Options  Thanks(0)  Quote  Reply  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 :) | |
|  | |
| ABuenger   Newbie     Joined: 02 February 2006 Status: Offline Points: 1075 |  Post Options  Thanks(0)  Quote  Reply  Posted: 23 September 2011 at 10:47am | 
| 
   
Hello, please use the getter/setter instead (HeaderRowsAllowAccess / IsHeaderRowsAllowAccess, FooterRowsAllowAccess / IsFooterRowsAllowAccess). Andre | |
| 
     Codejock support
     | |
|  | |
| byteman   Groupie     Joined: 08 March 2007 Location: United States Status: Offline Points: 10 |  Post Options  Thanks(0)  Quote  Reply  Posted: 23 September 2011 at 11:14am | 
| 
   Sheesh, I looked for "Get/Set..." and missed "Is..." Thanks Andre.  | |
|  | |
| Post Reply   | |
| Tweet | 
| Forum Jump | Forum Permissions  You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |