Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Grid DynamicBackcolor
Message
 
 
To
01/04/2002 15:02:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00639633
Message ID:
00639639
Views:
17
>How can I change row Dynamicbackcolor depending on the data in table. I want to be able to have 12 different colors all depending on the data. The parameter in the Dynamicbackcolor does not permit more than 256chars and has to be reevaluated for each line. ??

You've a couple of choices
- You can create UDF or method that would return RGB() value and use it in the Dynamicbackcolor.
- You can create lookup table with values and colors, set relation to it and use RGB() color values in the Dynamicbackcolor
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform