Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox with first seven items enabled
Message
From
28/02/2008 13:34:03
 
 
To
28/02/2008 13:31:00
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:
01297488
Views:
29
>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.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform