Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicBackColor of Each Column are different!
Message
From
20/08/1999 05:20:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
DynamicBackColor of Each Column are different!
Miscellaneous
Thread ID:
00255740
Message ID:
00255740
Views:
64
I need to change the schedule grid into different dynamic color
according each column value.

i.e. Column1.DynamicBackColor = IIF(Empty(myTable.Field1), "0,0,0", "192,192,255")
Column2.DynamicBackColor = IIF(Empty(myTable.Field2), "192,192,0", "192,255,192")
...

I wonder that I can assign the DynamicBackColor of Each Column in
Character type, but the BackColor DO NOT Change as I want!!!

I know if the whole grid change all Columns into appointed color by
Setall() in example.

But I need to set each column, I can't use the SetAll Function!
SetAll function is appointing the RGB() value but DynamicBackColor of each Column is character.

What Can I do?! ~~>-<~~

Thanks for help!!
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Next
Reply
Map
View

Click here to load this message in the networking platform