Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Color at my grid
Message
De
09/03/2006 05:56:45
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Color at my grid
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01102695
Message ID:
01102695
Vues:
63
hi all,
any idea

i put this code under at mygrid event inti, error message
expretion is invalid.use avalid expression for dynamic back color property
FOR EACH loColumn IN this.Columns
	lcCS = 'this.' + loColumn.Name + '.ControlSource'
	IF TYPE(EVALUATE(lcCS)) = 'N'
		loColumn.DynamicBackColor = [IIF(EVALUATE(] + lcCS + [) < 10, RGB(225, 128, 128), RGB(128,255,128))]
	ENDIF
ENDFOR
thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform