Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Highlight entire row in grid
Message
De
09/09/1999 15:52:11
 
 
À
09/09/1999 15:26:44
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00263093
Message ID:
00263119
Vues:
28
I think this is what you are looking for. I pulled this from the Microsoft KB #Q130458.

Place the following code in the grid's INIT event:
PUBLIC grno
grno = RECNO()
THIS.setall("Dynamicbackcolor", ;
"IIF(RECNO()=grno,RGB(64,128,128),RGB(255,255,255))","Column")

Place the following code in the grid's AfterRowColChange event:
LPARAMETERS nColIndex
grno = RECNO()
THIS.Refresh()

This will change the row to a green background.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform