Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List box
Message
De
28/01/2008 18:57:05
Randy Hooper
Ranco Business Software
Tampa, Floride, États-Unis
 
 
À
28/01/2008 18:51:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01286399
Message ID:
01286405
Vues:
20
I am using a parameterized view, view is working fine, need to have 3 columns in my list box, need to populate column2 and column3.


>How many items in total will there be? Is it an unknown? why not set the listbox's rowsource as the table or populate an array with the items from the table?
>
>
>>Have a local view and I am wanting to populate a list box with 3 columns. Code I am using,
>>
>>
>>scan
>>   citem1 = alltrim(field1)
>>   citem2 = alltrim(field2)
>>   citem3 = alltrim(field3)
>>
>>   thisform.list1.addItem(citem)
>>
>>   ** how do i add to my code to add citem2, citem3 to the list box
>>endscan
>>
>>
>>thanks
Foxpro is a sweet puppy

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

Click here to load this message in the networking platform