Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Row Colours in a grid
Message
De
21/12/2001 10:13:44
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
21/12/2001 10:09:08
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00595172
Message ID:
00597290
Vues:
24
Another alternative if levels are sequential is to use an array property. ie:

dimension thisform.aColors[5]
thisform.aColors[1]=rgb(Level0Color)
thisform.aColors[2]=rgb(Level1Color)
thisform.aColors[3]=rgb(...)
...

myGrid.SetAll('DynamicBackColor','thisform.aColors[myTable.Level+1]')

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
Répondre
Fil
Voir

Click here to load this message in the networking platform