Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - ReportControl change property 'MultipleSelection'
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

ReportControl change property 'MultipleSelection'

 Post Reply Post Reply
Author
Message
mlatona View Drop Down
Senior Member
Senior Member


Joined: 19 April 2005
Location: Germany
Status: Offline
Points: 124
Post Options Post Options   Thanks (0) Thanks(0)   Quote mlatona Quote  Post ReplyReply Direct Link To This Post Topic: ReportControl change property 'MultipleSelection'
    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
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: 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
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.156 seconds.