Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Colour in grid box
Message
 
To
20/08/1998 01:44:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00128381
Message ID:
00128386
Views:
19
>I have a grid box with let us say 10 to 20 records. the rows which have negative figures should appear in RED whereas the other rows can be in BLUE. The figures are constanly changing so I do not know in advance which row is going to be what.
>
>So how do i do it.

Rakesh,

SEt the dynamicForecolor for every column to;

IIF(Value<0,RGB(255,0,0),RGB(0,0,255))
Previous
Reply
Map
View

Click here to load this message in the networking platform