Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamicbackcolor
Message
 
 
To
19/01/2003 16:58:20
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00743303
Message ID:
00743305
Views:
10
This message has been marked as the solution to the initial question of the thread.
Gunnar,

You've to enclose property value in the string delimiters so it isn't evaluated when you assign it.
This.Column3.DynamicBackColor = ;
  [iif(InList(ResultDisplay.played_1, ResultDisplay.history_1, ResultDisplay.history_2,] + ;
    [ResultDisplay.history_3, ResultDisplay.history_4, ResultDisplay.history_5,] + ;
    [ResultDisplay.history_6), rgb(192, 192, 192), rgb(255, 255, 255))]
<
>ok - it must be sunday or something...
>
>if have a grid and in the init() i put this code:
>
<snip>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform