Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ComboBox with rowsourcetype=5 Array
Message
De
22/04/2003 09:22:51
 
 
À
22/04/2003 08:52:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00780089
Message ID:
00780098
Vues:
16
Is there a necessity to use an Array?. The simplest way is to set the rowsource back to default and add the list items. You can easily add a scan loop to this code to run through a table or array.

*--In Init Event
with this
.clear
.additem("First Item")
.additem("Second Item")
.listitem=1
endwith
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform