Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to multiselect rows in grid
Message
De
04/03/1999 09:24:02
 
 
À
04/03/1999 08:18:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00193962
Message ID:
00193985
Vues:
17
>Hi,
> I have download the class for multiselect rows in grid, but I don't clear about. Can anyone tell me the procedure to allow select multi rows at a same time in grid?
>
>Thank you

basically you should have an additional field - with a logical type
This will be used to hold the status of selected rows
then you can put something like iif(MyView.lselected,RGB(0,0,128,RGB(255,255,255)) in the DynamicBackColor of the columns
and use the MouseDown Event of the textboxes to set/reset the value for lSelected every time the user clicks (CTRL-Click) on a column

Arnon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform