Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List With Multiselect Deselects...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00967755
Message ID:
00967766
Vues:
5
>I have a list with Multiselect set to true.
>
>When I have multiple items selected, the right click on any of the
>selected items, it clear all selections except the one I right clicked
>on.
>
>Any way to prevent this from happening?
*** Listbox.MouseDown()
LPARAMETERS nButton, nShift, nXCoord, nYCoord
IF nButton = 2
	NODEFAULT
ENDIF
But that will also completely disable selecting items in this listbox with the Right Click.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform