Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid BackColor
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00291811
Message ID:
00292348
Views:
28
Oops! Just to clarify, a true condition will be red while a false condition will be black.

--Paul

>Hello:
>
>Yes, you can set the background color for one cell in the grid. Just open up the property sheet select the column you want to change. In the DynamicBackColor property enter something like this:
>
>IIF(LogicalValue,RGB(255, 0, 0),RGB(0, 0, 0))
>
>Just put in something for the LogicalValue, such as:
>
>MyTable.SomeField = 'Condition'
>
>In the above example, a true condition will change the background color to black; otherwise it will change to red.
>
>HTH,
>
>--Paul
>
>
>>Hello,Paul.
>>Thanks for your help.
>>The problem is that I wont to set BackColor just for one column(not for all grid).Is it possible?
>>Thanks again.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform