Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid DynamicBackColor
Message
From
21/01/2008 23:31:45
Surinder Singh
Zensar Technologies Ltd.
India
 
 
To
21/01/2008 22:27:51
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01283894
Message ID:
01283901
Views:
11
MyCursor.Sch_BackColor = "RGB(111,222,333)"

You can try like this

lcBackCol = '"' + "IIF(.T.," + ALLTRIM(sch_BackColor) + ",rgb(0,255,0))"+ '"'
thisform.grid1.SetAll("DynamicBackColor",&lcBackCol,"column")
thisform.grid1.refresh
Previous
Reply
Map
View

Click here to load this message in the networking platform