Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SETALL
Message
De
28/02/1999 14:23:57
 
 
À
27/02/1999 00:09:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: SETALL
Divers
Thread ID:
00192268
Message ID:
00192466
Vues:
22
>
>THIS.column1.SETALL("picture", ;
> IIF(Mytable.status= .T.,UnRead,READ), "image")
>THIS.column2.SETALL("picture", ;
> IIF(Mytable.Attachcount > 0,Attach,NonAttach), "image")
>

If this is the exact code you a re using then, you are correct: the code is only being evaluated once. The reason is your omission of quotes around the IIF statement. Instead of setting that property to "IIF......" you are setting it to the results of IIF.....
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform