Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic Grid Record Color Changes
Message
De
20/08/2002 09:55:25
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00691065
Message ID:
00691437
Vues:
18
Yes, and Mr. Pinto's answer is correct. For example, let's say you want to color all rows where the record has been deleted for reference...in the Grid's INIT() or whereever you want this to take effect:
Set Deleted OFF
THISFORM.BrowseGrid.SETALL("DynamicBackColor", "IIF(!Deleted(), RGB(255,255,255),RGB(255,128,128))", "Column")
HTH,

-Irv.

>I'm sorry, I guess I phrased the question incorrectly. What I was attempting to do was dynamically control the color of a row not a column.
>
>Can this be done?
>
>Thanks again for the help.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform