Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multi Select For A Grid
Message
De
13/09/2000 10:02:07
 
 
À
13/09/2000 09:56:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00415781
Message ID:
00415787
Vues:
19
>How do a select and highlight multiple rows in a grid?

Check out the DynamicBackColor property of the grid - e.g.
thisform.grid.SetAll("DynamicBackColor", ;
  "IIF(criteria_field = .T., RGB(255,255,0), RGB(255,255,255))", ;
  "Column")
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform