Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Colors in my grid
Message
De
23/06/2000 06:26:45
 
 
À
23/06/2000 03:40:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00383640
Message ID:
00383653
Vues:
44
Hi Kelly.

>> I want to set colors in my grid according to certain rows of data that I'm pulling from my table into my cursor with a sql select statement. <<

This statement in the grid's init should do it for you:

This.SetAll( 'DynamicBackColor', ;
'IIF( SomeCondition, RGB( 0,255,255 ), RGB( 255, 255, 255 ) )', 'COLUMN' )

>> I guess I could create an extra field in my cursor to bind the check mark too? would this work. <<

Yes.

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

Click here to load this message in the networking platform