Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic column colors
Message
De
17/08/2016 08:30:36
 
 
À
17/08/2016 08:08:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01639490
Message ID:
01639554
Vues:
87
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform