Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicBackColor problems
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00064079
Message ID:
00064082
Vues:
37
>Could someone tell me how to use a character value with this statement:
>
>thisform.Grid1.SetAll("DynamicBackColor", ;
> "IIF thisform.grid1.ctime.combo1.value=1300, RGB(255,255,255) ;
> , RGB(0,255,0))", "Column") && Alternate white and green records
>
>The value is actually character "1300", but putting in quotes obviously causes an error (quotes within quotes). How do I put quotes in?

try this
"IIF thisform.grid1.ctime.combo1.value='1300', RGB(255,255,255) ;
, RGB(0,255,0))", "Column") && Alternate white and green records

HTH
Jeff

It's Time to get a gun.

That's what I've been thinkin.

I think I can afford one, If I do a little less Drinkin.

www.TrueGeeks.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform