Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CGridlist
Message
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Title:
Miscellaneous
Thread ID:
00216411
Message ID:
00217193
Views:
35
James,

I will make the following change to the CGridList.When() method (as BOb pointed out, I'll use PEMSTATUS as we do elsewhere in the Framework):

Changed…
loControl.SelectedBackColor = This.nSelectedBackColor

To…
IF PEMSTATUS(loControl, 'SelectedBackColor', 5)
loControl.SelectedBackColor = This.nSelectedBackColor
ENDIF

Jim, thanks for spotting this one, and BOb, thanks for the extra mojo (Austin Powers-speak).

Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform