Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SETALL
Message
From
28/02/1999 14:23:57
 
 
To
27/02/1999 00:09:33
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: SETALL
Miscellaneous
Thread ID:
00192268
Message ID:
00192466
Views:
21
>
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform