Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid -- row color; can you change it for one or more rec
Message
De
21/12/1999 15:23:47
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00306902
Message ID:
00306909
Vues:
29
>I've created a 'debug' output window that contains a grid with any output that's needed.
>
>I'd like to have a row be "red" if it's a "critical" debug message.
>
>Can this be done?


Josh,
Grid coloring is possible for every indiviual cell as far as you can create an expression to identify. ie:
myGrid.setall("DynamicBackColor", ;
 "iif(myTable.myField = [Critical],;
 rgb(255,0,0),rgb(0,0,0))","Column")
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform