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

Click here to load this message in the networking platform