Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DynamicBackColor Expression
Message
De
28/10/2008 13:47:00
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
DynamicBackColor Expression
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01357767
Message ID:
01357767
Vues:
56
I have another field in the cursor that I need to add into the mix. It's to a more detailed level and I want to be able to darken the colors for those rows based on the other field value. In the code below, I'm using light blue, light green and light red. If the SUBSCRIBER records have a value in the other field, then I want to have them be alittle darker. Do I have to keep nesting stuff like that into this one expression, or is there another way to handle that?
	TEXT TO lcDynBackColor NOSHOW PRETEXT 15
	     ICASE(UPPER(ALLTRIM(WorkListXMLCursor.GroupHeading)) == [RECEIVER]                     ,  RGB(192, 241, 190),
	           INLIST(UPPER(ALLTRIM(WorkListXMLCursor.GroupHeading)), [SUBSCRIBER], [DEPENDENT]),  RGB(211, 210, 240),
	           RGB(249, 223, 223))
	ENDTEXT
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform