Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to set different font color for flagged rows on grid
Message
 
 
À
22/01/2004 19:39:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00869697
Message ID:
00869705
Vues:
15
If you do this in code
thisform.grid1.column1.dynamicforecolor = 'iif(myfield,rgb(255,0,0),rgb(0,0,0))'
>Thanks for your reply, Sergey.
>Set thisform.grid1.column1.dynamicforecolor to iif(myfield,rgb(255,0,0),rgb(0,0,0)) ?
>I tried that but got the invalid expression error ??
>
>>Set it to
iif(myfield,rgb(255,0,0),rgb(0,0,0))
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform