Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SetAll question
Message
De
26/09/2000 02:29:12
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00420771
Message ID:
00420787
Vues:
23
>ThisForm.grdInv.SetAll("DynamicBackColor","IIF(threshold<1000,RGB(255,255,0),RGB(255,255,255)","Column")

A. You're missing a ")" (in bold below)
B. You may need to refresh the grid a couple times (like in ARCC())
C. You may want to qualify threshhold with an Alias.

ThisForm.grdInv.SetAll("DynamicBackColor","IIF(" + alias() + ".threshold<1000, RGB(255,255,0), RGB(255,255,255))","Column")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform