Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SETALL
Message
De
28/02/1999 22:11:53
 
 
À
28/02/1999 21:14:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: SETALL
Divers
Thread ID:
00192268
Message ID:
00192518
Vues:
15
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform