The Multiple Selection problem |
Post Reply |
Author | |
Tracy
Newbie Joined: 21 October 2009 Status: Offline Points: 3 |
Post Options
Thanks(0)
Posted: 26 October 2009 at 12:51am |
Hi;
I've set the Multiple Selection with the SetMultipleSelection(TRUE);
But it can't support the mouse multiple selection, it always get just one row.
ps:I used 13.2
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
//-----------------------------------------------------------------------
// Summary:
// Changes allowing multiple selections for the control.
// Parameters:
// bMultipleSelection - TRUE for enabling, FALSE for disabling.
// Remarks:
// Sets the flag that determines whether the report allows multiple selections.
// See Also: IsMultipleSelection, GetSelectedRows
//-----------------------------------------------------------------------
void SetMultipleSelection(BOOL bMultipleSelection);
You need to use Shift or Control to extend your selection. Flag only ALLOW you to do it
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
If you want to emulate Control key always pressed - use function
void SetMultiSelectionMode(BOOL bMultiSelectionMode); // Parameters: |
|
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 |