Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic grid row coloring ??
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Dynamic grid row coloring ??
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01538395
Message ID:
01538395
Views:
88
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
Next
Reply
Map
View

Click here to load this message in the networking platform