Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicBackColor Expression
Message
From
28/10/2008 13:47:00
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
DynamicBackColor Expression
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01357767
Message ID:
01357767
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform