Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Highlighting grid
Message
De
13/03/2001 11:49:54
 
 
À
13/03/2001 08:25:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00484398
Message ID:
00484486
Vues:
15
Chin Yong
Try use "SetAll"

The command will allow you to highlight the record or one single Column, like you prefere. See the example :

Local lcpointer
lcpointer = Str(Recno())
Thisform.Grid.SetAll("DynamicBackColor", "IIF(RECNO()="+lcpointer+")=0, RGB(255,255,255), RGB(0,255,0))", "Column")

HTH
Nuno Brito
Nuno Brito
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform