Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox with first seven items enabled
Message
De
28/02/2008 13:31:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Listbox with first seven items enabled
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Divers
Thread ID:
01297487
Message ID:
01297487
Vues:
79
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform