Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid color set using DynamicForeColor. Changes when selected
Message
From
17/09/2006 22:51:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Grid color set using DynamicForeColor. Changes when selected
Miscellaneous
Thread ID:
01154527
Message ID:
01154527
Views:
55
I have a grid with one column. The properties for DynamicBackColor and DynamicForeColor are set.
	.Column1.DynamicBackColor = [IIF( people.Lok= .F.,Rgb(0,128,128) , Rgb(255,0,0) )]
	.Column1.DynamicForeColor = [IIF( people.Lok, Rgb(255,255,255), Rgb(0,0,0) )]
This works fine, unless the user clicks in the column. Then the color changes (to black on white).
I don't want the color to change if she clicks in the column. How can I do that?

Cyril
Next
Reply
Map
View

Click here to load this message in the networking platform