Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid BackColor
Message
 
À
18/11/1999 06:53:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00291811
Message ID:
00292344
Vues:
29
Hello:

Yes, you can set the background color for one cell in the grid. Just open up the property sheet select the column you want to change. In the DynamicBackColor property enter something like this:

IIF(LogicalValue,RGB(255, 0, 0),RGB(0, 0, 0))

Just put in something for the LogicalValue, such as:

MyTable.SomeField = 'Condition'

In the above example, a true condition will change the background color to black; otherwise it will change to red.

HTH,

--Paul


>Hello,Paul.
>Thanks for your help.
>The problem is that I wont to set BackColor just for one column(not for all grid).Is it possible?
>Thanks again.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform