Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I change the backcolor of one cell of the grid
Message
De
27/09/1999 18:02:01
 
 
À
27/09/1999 17:46:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00269648
Message ID:
00269674
Vues:
24
Hi Cathy,

A change or 2
thisform.nRecord = recno(This.RecordSource)
This.SetAll('DynamicBackColor', 'rgb(255,255,255)', 'Column')
This.Columns[This.ActiveColumn].DynamicBackColor = "iif(Thisform.nRecord = recno(This.RecordSource), rgb(0,0,255), rgb(255,255,255))"
this.refresh()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform