Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Greying out items in a combobox
Message
De
20/03/2009 11:55:40
 
 
À
20/03/2009 11:43:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Divers
Thread ID:
01390031
Message ID:
01390038
Vues:
62
>Can anyone give me some help on how to grey out an item in a combobox. Here's the code I have so far:
>
>LOCAL lcAlias, liProjKey, lcType
>
>lcAlias = Alias()
>liProjKey = projects.projkey
>
>SELECT activity_type ;
> FROM projects ;
> WHERE projkey = liProjKey ;
> INTO CURSOR curTypes
>
>SCAN
> lcType = activity_type
> =Ascan(Thisform.aactivitytype,lcType,,,2)
>ENDSCAN
>
>IF !Empty(lcAlias)
> Select(lcAlias)
>ENDIF

Normally, you disable an item by single backlash on the left of the item string.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform