Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox
Message
De
12/09/2003 10:32:16
Randy Hooper
Ranco Business Software
Tampa, Floride, États-Unis
 
 
À
12/09/2003 10:30:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00828492
Message ID:
00828498
Vues:
10
>>I want to display the value from a listbox, How can I do this.
>>
>>for i = to thisform.list1.listcount
>>
>> ** what code do I put here to display the value in the listbox
>> ** for now I want to see it in a wait window
>>
>>endfor
>>
>>Thanks
>
>
>FOR i = 1 TO thisform.list1.listcount
>   WAIT WINDOW thisform.list1.List(I)
>ENDFOR
>
Thanks
Foxpro is a sweet puppy

'cept it barks every now and then =)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform