Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamic grid row coloring ??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Dynamic grid row coloring ??
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01538395
Message ID:
01538395
Vues:
87
Why does this work:
ThisForm.grdServicetypespecs_xcelys.SetAll("DynamicBackColor",;
	"ICASE(servicetypespecs_xcelys.exclude_me = .T., rgb(255,255,128) ,;
		   servicetypespecs_xcelys.include_s1 = .T., RGB(128,255,128) ,;
		   servicetypespecs_xcelys.include_s2 = .T., rgb(128,255,255) ,;
		   rgb(255,255,255))","Column")
..and this gives me a compile error?
ThisForm.grdServicetypespecs_xcelys.SetAll("DynamicBackColor",;
	"ICASE(servicetypespecs_xcelys.exclude_me = .T., rgb(255,255,128) ,;
		   servicetypespecs_xcelys.include_s1 = .T., RGB(128,255,128) ,;
		   servicetypespecs_xcelys.include_s2 = .T., rgb(128,255,255) ,;
		   servicetypespecs_xcelys.include_s3 = .T., rgb(192,192,192) ,;
                   servicetypespecs_xcelys.include_s4 = .T., rgb(255,128,255),;
		   rgb(255,255,255))","Column")
...anyone know how I get what I want here? I'm thinking the iCase might be bad as I've never used one before...
ICQ 10556 (ya), 254117
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform