Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change Background Color for ActiveRow in grid
Message
From
17/02/1999 08:43:31
Ryan Hirschey
Federal Reserve Bank of New York
New York City, New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Change Background Color for ActiveRow in grid
Miscellaneous
Thread ID:
00188340
Message ID:
00188340
Views:
64
I would like to change the backcolor of only the activerow in a grid so it visually stands out. (I want something more obvious than the highlight, etc. properties.) I've tried code like the sample below, which returns an error. Does anyone have a solution?

ThisForm.grd.SetAll("DYNAMICBACKCOLOR", "IIF(THISFORM.grd.ACTIVEROW, RGB(128,128,192), RGB(255,255,255))", "COLUMN")
Ryan Hirschey
Next
Reply
Map
View

Click here to load this message in the networking platform