Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicForeColor
Message
De
12/04/2018 17:44:19
 
 
À
12/04/2018 15:42:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Divers
Thread ID:
01659348
Message ID:
01659354
Vues:
43
Hi Greg
with thisform.grid1.column2  &&here grid.column2 for ex.
*.dynamicforecolor=255  &&dont work
*.dynamicforecolor="255"  &&dont work
*.dynamicforecolor=rgb(255,0,0)  && dont work
.dynamicforecolor="rgb(255,0,0)"  && work 
*must be mandatory a valid expresion between quotes to be evaluated by vfp.Specifies a character expression evaluates at run time to a single color value.
* The color value is reevaluated at run time whenever the Grid control is refreshed
.refresh  &&mandatory because a grid column cannot refresh automatically.
endwith
same thing for dynamicbackcolor.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform