Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox with first seven items enabled
Message
From
28/02/2008 13:31:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Listbox with first seven items enabled
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01297487
Message ID:
01297487
Views:
80
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)..

TIA
"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
Next
Reply
Map
View

Click here to load this message in the networking platform