Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why isn't this IIF expression working?
Message
 
À
17/08/2000 09:02:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00406009
Message ID:
00406042
Vues:
30
Ulises,

IIF() returns an expression, yours;

IIF(Something,"Thisform.textwhatever.forecolor=blah blah",...)

is returning the expression, it is not assigning the value. You could try this;

Thisform.textWhatever.ForeColor = IIF(Whatevercondition,RGB(x,x,x),RGB(y,y,y))
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform