Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List of combobox values
Message
De
22/04/1999 10:08:03
 
 
À
22/04/1999 00:17:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00210670
Message ID:
00210985
Vues:
22
Thanks Erik. By this time I had managed to use my own tired little brain to sort it out. It turns out what I really really wanted was to find out if the value typed in did appear in the list, and there is another "list" type property that has a positive integer if the value is in the list, so I used that instead of searching thru the listitem array.

I feel like before I attempt to use a new control, I should read over the properties and any that aren't completely clear, get you guys to explain to me.

I really do appreciate everyone's help, even if I am a wise*ss every once and a while :-)

>John had the right intentions- he meant ListItem()
>
>
>FOR i = 1 TO THISFORM.MyListBox.ListCount
>	?THISFORM.MyListBox.ListItem(i)
>ENDFOR
>
>
>>
>>Why isn't Items documented either in the VFP help file or the hackers guide? I might be taking back my complimentary comments there John! ;-)
>>
>>>ROFLMAO ... is that a compliment or otherwise?
>>>
>>>>Doh! That's it exactly! Thanks John, I am coming to believe that I can count on you!
>>>>
>>>>>What about the Items collection? ComboBox.Items(1)...etc.
>>>>>
>>>>>>Is there a way to access the values that ended up in the combobox dropdown list?
--Todd Sherman
-Wake Up! Smell the Coffee!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform