Print Page | Close Window

ReportControl change property 'MultipleSelection'

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=16103
Printed Date: 06 July 2024 at 2:52am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ReportControl change property 'MultipleSelection'
Posted By: mlatona
Subject: ReportControl change property 'MultipleSelection'
Date 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



Replies:
Posted By: mdoubson
Date Posted: 29 January 2010 at 12:44pm
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


-------------
Mark Doubson, Ph.D.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net