Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cant get Nested IIF to work in Grid Init
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Cant get Nested IIF to work in Grid Init
Divers
Thread ID:
00433590
Message ID:
00433590
Vues:
38
I am trying to set dynamic background color of Grid Rows:
For each loColumn in This.Columns
With m.loColumn
.DynamicBackColor = "Iif(Mem.Mem_Status='SUP',RGB(255,0,0),;
IIf(Recno() <> This.inCurrentRecNo,RGB(255,255,255),RGB(0,255,0))"
EndWith
EndFor

The above code seems to do nothing but following code works ok:
For each loColumn in This.Columns
With m.loColumn
.DynamicBackColor = "Iif(Mem.Mem_Status='SUP',RGB(255,0,0),Rgb255,255,255) )"
EndWith
EndFor


I wonder is there some problem running nested IIF's

Regards,

Gerard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform