Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Additem as multiple column
Message
De
21/01/2003 05:33:16
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
21/01/2003 03:23:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00743671
Message ID:
00743689
Vues:
10
>hi, all how do i add my item in combobox as multiple column
>for example :
>item1 at column1
>item2 at column2
>item3 at column3,... etc thank's
with myCombo
 .AddItem("Item1")
 .AddListItem("Item2",.ListCount,2)
 .AddListItem("Item3",.ListCount,3)
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform