Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox with first seven items enabled
Message
From
28/02/2008 13:40:14
 
 
To
28/02/2008 13:34:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01297487
Message ID:
01297494
Views:
28
>>Hello all..
>>
>>I have a listbox (inside a pageframe) with availability of the first seven itens only for a click.. The others behave disabled (there isn't a / in the first position).. Some properties that I set is:
>>
>>
>>
>>    .AutoHideScrollbar=1
>>    .columncount=3
>>    .columnWidths=30,140,30
>>    .SpecialEffect=1
>>    .tabstop=.f.
>>    .rowsource=0
>>    .RowSourceType=0
>>
>>
>>I populated it with:
>>
>>
>>Select mysalesrepresent
>>scan
>>    .AddItem(cid_repres)
>>    .ListItem(i3, 2) = crp_name
>>    .ListItem(i3, 3) = Transform(lncount,"@l 9999") && var lncount filled before of this code
>>endscan
>>
>>
>>Please, does anyone know if there is any bug related with this one (vfp9sp2)..
>>
>
>Is there any chance that the items in question begin with a backslash, like this: "\description"? That would disable them.
>
Hi Tamar.. tks for your repli... no, none of them has any backslash.. they just don't allow click or dblclick... And its colors still remain the same of the others.. And that isn't any kind of difference among them... All is about salesman names..

My first try was about to see if that is a non-vfp control in the others pages (as treeview, listview, etc.).. but, doesn't have any dif. control of those native of vfp..
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform