Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Background Colour of Column
Message
From
19/12/2010 16:29:32
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01492567
Message ID:
01493313
Views:
51
Hi Robin

Do it on your grid init method

*** grid init
this.Column1.DynamicBackColor = "ICASE(EMPTY(wipdata.wup1),rgb(255,255,255),!EMPTY(wipdata.wup1) and wipdata.mat_type!='Blend',RGB(0,255,0),!EMPTY(wipdata.wup1) and wipdata.mat_type='Blend',RGB(255,100,0),rgb(255,255,255))"


Best regards,
Ony
Regards,
Ony
Previous
Reply
Map
View

Click here to load this message in the networking platform