Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with SetAll
Message
From
26/08/2002 10:46:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Problems with SetAll
Miscellaneous
Thread ID:
00693649
Message ID:
00693649
Views:
53
Hi
Still having problems with this setall instruction.
I have A Grid With several columns one is DVALE.Actividad and other is DVALE.Valort. I need to turn green the lines when DVALE.Actividad ="900207" and aditionally I want to change that lines to red if DVALE.Valort < 0. Nick Neklioudov told me "You have to combine both conditions in one nested IIF and call .SetAll just once." and I tried this way but nothing; what am I doing wrong ?

ThisForm.libro1.Page1.Highlighted1.SetAll("DynamicForeColor","IIF(DVALE.Actividad == '900207', RGB(0,183,0),(IIF(DVALE.ValorT < 0, RGB(255,0,0),RGB(0,0,0)))", "Column")

Thanks

Juan Uribe
Next
Reply
Map
View

Click here to load this message in the networking platform