Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicBackColor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01003463
Message ID:
01003483
Vues:
23
Vladimir,

Wow now I feel dumb... I can't believe I didn't see that. Although, I'm surprised that it did not give an error message. At any rate, thank you very much!!!

-Don

>>I'm using a SETALL() to set the dynamicbackcolor property of all the columns in a grid, but it's not working? What am I missing?
>>
>>THISFORM.PageFrame1.Page4.grdRextpost.SetAll("DynamicBackColor", ;
>> "IIF(csrTrans.Posted, RGB(255,0,0, RGB(0,255,0))", "Column")
>>
>>My backcolor is always white? I thought the above would show Red or green?
>>
>>Thanks,
>>Don
>
>Don one parenthesis is missing:
>
>THISFORM.PageFrame1.Page4.grdRextpost.SetAll("DynamicBackColor", ;
>	"IIF(csrTrans.Posted, RGB(255,0,0) , RGB(0,255,0))", "Column")
>
Don Knoup
don.knoup@ticomix.com
Ticomix, Inc.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform