Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I change the backcolor of one cell of the grid
Message
From
27/09/1999 18:02:01
 
 
To
27/09/1999 17:46:13
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00269648
Message ID:
00269674
Views:
23
Hi Cathy,

A change or 2
thisform.nRecord = recno(This.RecordSource)
This.SetAll('DynamicBackColor', 'rgb(255,255,255)', 'Column')
This.Columns[This.ActiveColumn].DynamicBackColor = "iif(Thisform.nRecord = recno(This.RecordSource), rgb(0,0,255), rgb(255,255,255))"
this.refresh()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform