Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic column colors
Message
From
16/08/2016 12:19:49
 
 
To
16/08/2016 09:21:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01639490
Message ID:
01639521
Views:
68
Antonio - this is the code you sent that works fine:
This.HighlightForeColor = EVALUATE(This.Columns[1].DynamicForeColor)
What would I have to change in it to call it from the child grid, if something changes in the data there to make the color in the parent grid change?

I have tried changing it to:
Thisform.grid1.HighlightForeColor = EVALUATE(Thisform.grid1.Columns[1].DynamicForeColor),
But that gives an error..

Thanks for the help!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform