Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Row Color
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00099843
Message ID:
00099955
Views:
19
>Hi Rick,
>
>To elaborate a bit on Ed's response, I am sure you would like to see an example of how DynamicBackColor and DynamicForeColor Properties work.
>
>This example toggles the backcolor of a column based on whether the value of recno() is even or odd: Iif(mod(recno(),2)=0,rgb(255,0,0),rgb(255,255,255)). In code, you would do something like:
>


John:

I was missing the rgb(255,0,0) - I was trying to do something with just 255,0,0.


Thanks for the help!
Richard DeZeeuw
DeZeeuw Software Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform