Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CGridlist
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Divers
Thread ID:
00216411
Message ID:
00217193
Vues:
26
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform