Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic column colors
Message
From
17/08/2016 08:30:36
 
 
To
17/08/2016 08:08:27
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:
01639554
Views:
75
>It is error 12 - variable not found. It doesn't happen when the form loads, but if you 'call' it from the child grid it pops up.
>
>
This.HighlightForeColor = EVALUATE(This.Columns[1].DynamicForeColor)
>
>I have tried (from grid2)
thisform.grid1.HighlightForeColor = EVALUATE(Thisform.grid1.Columns[1].DynamicForeColor)
, but that gives the same error..

When you want something to happen at one place when something happens another place, normally BindEvent() is the easiest and best solution.
Previous
Reply
Map
View

Click here to load this message in the networking platform