Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SETALL
Message
From
28/02/1999 22:11:53
 
 
To
28/02/1999 21:14:46
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: SETALL
Miscellaneous
Thread ID:
00192268
Message ID:
00192518
Views:
14
>Hi,
> Since I have defined the constant READ "c:\cccc\ccc.bmp", if I add "IIF...", those bmp are not displayed.
> Again, will SETALL command evaluate the condition of IIF using the current record or the relevant record number?
>
>Thank you

Instead of

THIS.column1.SETALL("picture",IIF(Mytable.status= .T.,UnRead,READ), "image")

use:

THIS.column1.SETALL("picture","IIF(Mytable.status= .T.,UnRead,READ)", "image")
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform