ReportControl change property 'MultipleSelection' |
Post Reply |
Author | |
mlatona
Senior Member Joined: 19 April 2005 Location: Germany Status: Offline Points: 124 |
Post Options
Thanks(0)
Posted: 29 January 2010 at 9:29am |
Hi,
the ReportControl change the property 'MultipleSelection' automatically, when I set the property 'SelectionEnable' to false. Why? In older version the reportcontrol don`t change this property.
Every year, I have many problems with your reportcontrol, when I use the newer version. Why change your developer the behaviour from the reportcontrol? A new version must be compatible with an older version.
Regards
Marco
|
|
Product: Xtreme SuitePro (ActiveX) version 13.2.1
Platform: Windows XP Language: Visual Basic 6.0 SP6 |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Is it is - see code:
AFX_INLINE void CXTPReportControl::SelectionEnable(BOOL bEnable) {m_bSelectionEnable = bEnable; if (!m_bSelectionEnable) {m_bInitialSelectionEnable = FALSE; m_bBlockSelection = FALSE; m_bControlKeyAlwaysOn = FALSE; m_pSelectedRows->Clear(); } } So you need to do smth in your code if you want other settings |
|
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 |