Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Greying out items in a combobox
Message
From
20/03/2009 11:55:45
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01390031
Message ID:
01390040
Views:
52
>Can anyone give me some help on how to grey out an item in a combobox. Here's the code I have so far:

Caption must start with "\".

>
>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
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform